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

IndexChangedEventArgs.OldIndex Property

Gets the index of the previously focused element.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public int OldIndex { get; }

Property Value

Type Description
Int32

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

See Also