Back to Devexpress

DataFormComboBoxItem.ItemsSource Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformcomboboxitem-e2c6ed08.md

latest924 B
Original Source

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

csharp
public IEnumerable ItemsSource { get; set; }

Property Value

TypeDescription
IEnumerable

The collection used to generate the drop-down list items.

|

See Also

DataFormComboBoxItem Class

DataFormComboBoxItem Members

DevExpress.Maui.DataForm Namespace