ItemComboBoxEdit.ItemsCollection Property
Provides access to the collection of items displayed by the ItemComboBoxEdit. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Editors
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
ItemObservableCollection | A ItemObservableCollection object representing the items collection. |
See Also