Skip to main content
All docs
V25.1
  • 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