Skip to main content

DataControlCommandsBase.MovePrevRow Property

Moves focus to the row that precedes the focused row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand MovePrevRow { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also