Skip to main content

ItemsCollectionChangedEventArgs.OldStartingIndex Property

Returns the zero-based index at which a Move, Remove, or Replace action occurred.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public int OldStartingIndex { get; }

Property Value

Type Description
Int32

The zero-based index at which a Move, Remove, or Replace action occurred.

See Also