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.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public ObservableCollection<FormItem> GetAllFormItems()

Return Value

Type: ObservableCollectionFormItem
A collection of FormItem.
See Also