ItemsCollectionChangedEventArgs.NewStartingIndex Property
In This Article
Gets the index at which the change occurred.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public int NewStartingIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The zero-based index at which the change occurred. |
See Also