FocusedRowChangedEventArgs.OldRow Property
Gets the previously focused row.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
BaseRow | A BaseRow object representing the previously focused row. null (Nothing in Visual Basic) if no row previously had focus. |
See Also