Skip to main content

AdvBandedGridOptionsNavigation.UseAdvHorzNavigation Property

Gets or sets a value specifying whether advanced horizontal navigation is enabled.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool UseAdvHorzNavigation { get; set; }

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
.OptionsNavigation .UseAdvHorzNavigation

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:

    AdvHorzNavigation_False_2.gif

  • The UseAdvHorzNavigation option is enabled:

    AdvHorzNavigation_True.gif

See Also