Skip to main content

IndexChangedEventArgs.OldIndex Property

Gets the index of the previously focused element.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public int OldIndex { get; }

Property Value

Type Description
Int32

A zero-based integer representing the previously focused element’s index.

See Also