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

TableView.MovePrevRow(Boolean) Method

Moves focus to the row preceding the one currently focused, and optionally allows the Automatic Filter Row to be focused.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public void MovePrevRow(
    bool allowNavigateToAutoFilterRow
)

Parameters

Name Type Description
allowNavigateToAutoFilterRow Boolean

true to allow the Automatic Filter Row to be focused; otherwise, false.

See Also