DataFormComboBoxItem.ItemsSource Property
Gets or sets the collection used to generate the drop-down list items. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable | The collection used to generate the drop-down list items. |
See Also