IndexChangedEventArgs.OldIndex Property
In This Article
Gets the index of the previously focused element.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.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