FormItemCollectionGetAllFormItems Method |
Gets a flatten list of FormItem for all items in the collection and their children (when it's a container).
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic ObservableCollection<FormItem> GetAllFormItems()
Public Function GetAllFormItems As ObservableCollection(Of FormItem)
Return Value
Type:
ObservableCollectionFormItemA collection of FormItem.
See Also