Back to Devexpress

ItemObservableCollection Class

wpf-devexpress-dot-xpf-dot-scheduling-dot-editors-1a12b9ac.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public abstract class ItemObservableCollection :
    ObservableCollectionConverter<object, object>
vb
Public MustInherit Class ItemObservableCollection
    Inherits ObservableCollectionConverter(Of Object, Object)

The following members return ItemObservableCollection objects:

Inheritance

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

See Also

ItemObservableCollection Members

DevExpress.Xpf.Scheduling.Editors Namespace