DataFormComboBoxItem.ItemsSource Property
In This Article
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
C#
public IEnumerable ItemsSource { get; set; }
#Property Value
Type | Description |
---|---|
IEnumerable | The collection used to generate the drop-down list items. |
See Also