Back to Devexpress

ItemComboBoxEdit.ItemsCollection Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-editors-dot-itemcomboboxedit-b214a120.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public ItemObservableCollection ItemsCollection { get; }
vb
Public ReadOnly Property ItemsCollection As ItemObservableCollection

Property Value

TypeDescription
ItemObservableCollection

A ItemObservableCollection object representing the items collection.

|

See Also

ItemComboBoxEdit Class

ItemComboBoxEdit Members

DevExpress.Xpf.Scheduling.Editors Namespace