Back to Devexpress

DXObservableCollection<T> Class

maui-devexpress-dot-maui-dot-mvvm-dot-dxobservablecollection-1.md

latest2.7 KB
Original Source

DXObservableCollection<T> Class

Extends the ObservableCollection<T> functionality.

Namespace : DevExpress.Maui.Mvvm

Assembly : DevExpress.Maui.Mvvm.dll

NuGet Package : DevExpress.Maui.Mvvm

Declaration

csharp
public class DXObservableCollection<T> :
    ObservableCollection<T>,
    IDXObservableCollection,
    IList,
    ICollection,
    IEnumerable,
    INotifyCollectionChanged,
    INotifyPropertyChanged

Type Parameters

NameDescription
T

The type of items stored in the collection.

|

Implements

Show 11 items

IList<T>

ICollection<T>

IReadOnlyList<T>

IReadOnlyCollection<T>

IEnumerable<T>

IDXObservableCollection

IList

ICollection

IEnumerable

INotifyCollectionChanged

INotifyPropertyChanged

Inheritance

System.Object Collection<T> ObservableCollection<T> DXObservableCollection<T> GridColumnCollection

SummaryCollection

SwipeItemCollection

Extension Methods

Yield<DXObservableCollection<T>>()

YieldIfNotNull<DXObservableCollection<T>>()

See Also

DXObservableCollection<T> Members

DevExpress.Maui.Mvvm Namespace