Skip to main content

DXObservableCollection<T> Class

Extends the ObservableCollection<T> functionality.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

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

Type Parameters

Name Description
T

The type of items stored in the collection.

Inheritance

See Also