Skip to main content

DXObservableCollectionChangedEventArgs<T>.Index Property

Gets the index of the first changed item in the collection.

Namespace: DevExpress.Maui.Mvvm

Assembly: DevExpress.Maui.Mvvm.dll

NuGet Package: DevExpress.Maui.Mvvm

Declaration

public int Index { get; }

Property Value

Type Description
Int32

The index of the first changed item in the collection.

Implements

See Also