ItemsCollectionChangedEventArgs.OldStartingIndex Property
Returns the zero-based index at which a Move, Remove, or Replace action occurred.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public int OldStartingIndex { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | The zero-based index at which a |
See Also