Skip to main content
All docs
V25.1
  • DXObservableCollectionChangedEventArgs<T>.Items Property

    Gets the read-only list of changed items in the collection.

    Namespace: DevExpress.Maui.Mvvm

    Assembly: DevExpress.Maui.Mvvm.dll

    NuGet Package: DevExpress.Maui.Mvvm

    Declaration

    public IReadOnlyList<T> Items { get; }

    Property Value

    Type Description
    IReadOnlyList<T>

    The read-only list of changed items in the collection.

    See Also