Back to Devexpress

FocusedRowChangedEventArgs.OldRow Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-focusedrowchangedeventargs.md

latest1.5 KB
Original Source

FocusedRowChangedEventArgs.OldRow Property

Gets the previously focused row.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public BaseRow OldRow { get; }
vb
Public ReadOnly Property OldRow As BaseRow

Property Value

TypeDescription
BaseRow

A BaseRow object representing the previously focused row. null ( Nothing in Visual Basic) if no row previously had focus.

|

See Also

Row

FocusedRowChangedEventArgs Class

FocusedRowChangedEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace