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

ItemObservableCollection Class

A base class for collections of items used in the scheduler combo box editors, such as labels, statuses and resources.

Namespace: DevExpress.Xpf.Scheduling.Editors

Assembly: DevExpress.Xpf.Scheduling.v19.2.dll

Declaration

public abstract class ItemObservableCollection :
    ObservableCollectionConverter<object, object>

The following members return ItemObservableCollection objects:

Inheritance

Object
Collection<Object>
ObservableCollection<Object>
DevExpress.Xpf.Bars.Native.ObservableCollectionConverter<Object, Object>
ItemObservableCollection
See Also