Skip to main content
A newer version of this page is available. .

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public ItemObservableCollection ItemsCollection { get; }

Property Value

Type Description
ItemObservableCollection

A ItemObservableCollection object representing the items collection.

See Also