GridControl.MovePrevRow(Boolean) Method
In This Article
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
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allow |
Boolean | False | true if this method can focus the Automatic Filter Row; otherwise, false. |
See Also