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

Declaration

public ItemObservableCollection ItemsCollection { get; }

Property Value

Type Description
ItemObservableCollection

A ItemObservableCollection object representing the items collection.

See Also