Skip to main content
A newer version of this page is available. .

FocusedRowChangedEventArgs.OldRow Property

Gets the previously focused row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public BaseRow OldRow { get; }

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