Skip to main content
A newer version of this page is available. .

ItemsCollectionChangedEventArgs.NewStartingIndex Property

Gets the index at which the change occurred.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public int NewStartingIndex { get; }

Property Value

Type Description
Int32

The zero-based index at which the change occurred.

See Also