FocusedRowChangedEventArgs.OldRow Property
Gets the previously focused row.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
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