IDXObservableCollectionChangedEventArgs.Index Property
Gets the index of the first changed item.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
Int32 | The index of the first changed item. |
See Also