Skip to main content

DataControlBase.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.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public virtual 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