Skip to main content

FocusedRowChangedEventArgs.OldRow Property

Gets the previously focused row.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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