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

GridControl.MovePrevRow(Boolean) Method

Moves focus to the row that precedes the focused row, and specifies whether this method can focus the Automatic Filter Row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public override void MovePrevRow(
    bool allowNavigateToAutoFilterRow = false
)

Optional Parameters

Name Type Default Description
allowNavigateToAutoFilterRow Boolean False

true if this method can focus the Automatic Filter Row; otherwise, false.

See Also