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

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

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