ComboBoxFormItemDataItems Property
Gets the data items for the ComboBox.

Namespace: Geocortex.Forms.Client.Items
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public ObservableCollection<DataItem> DataItems { get; }

Property Value

Type: ObservableCollectionDataItem

Implements

IDataItemsDataItems
See Also