IndexChangedEventArgs.OldIndex Property
Gets the index of the previously focused element.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer representing the previously focused element’s index. |
See Also