AdvBandedGridOptionsNavigation.UseAdvHorzNavigation Property
Gets or sets a value specifying whether advanced horizontal navigation is enabled.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true | true if the advanced horizontal navigation is enabled within a view; otherwise, false. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to UseAdvHorzNavigation |
|---|---|
| AdvBandedGridView |
|
Remarks
The option affects the manner in which focus moves when end-users press the LEFT and RIGHT ARROW keys.
The UseAdvHorzNavigation option is disabled:

The UseAdvHorzNavigation option is enabled:

See Also