AdvBandedGridOptionsNavigation.UseAdvVertNavigation Property
Gets or sets whether advanced vertical navigation is enabled within a View.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if advanced vertical navigation is enabled within a view; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseAdvVertNavigation |
---|---|
AdvBandedGridView |
|
Remarks
The UseAdvVertNavigation option affects the manner in which focus moves when end-users press the UP and DOWN ARROW keys. The option is ignored when pressing the down arrow key within the New Item Row and Auto Filter Row.
The UseAdvVertNavigation option is disabled:
The UseAdvVertNavigation option is enabled:
See Also