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

AdvBandedGridOptionsNavigation.UseAdvVertNavigation Property

Gets or sets whether advanced vertical navigation is enabled within a View.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

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

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:

    AdvVertNavigation_False.gif

  • The UseAdvVertNavigation option is enabled:

    AdvVertNavigation_True.gif

See Also