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

TreeListOptionsNavigation.UseBandsAdvVertNavigation Property

Gets or sets whether advanced vertical navigation is enabled in a banded layout.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if advanced vertical navigation is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to UseBandsAdvVertNavigation
WinForms Controls ResourcesTree
.OptionsNavigation.UseBandsAdvVertNavigation
TreeList
.OptionsNavigation.UseBandsAdvVertNavigation
Reporting XRDesignFieldList
.OptionsNavigation.UseBandsAdvVertNavigation
XRDesignReportExplorer
.OptionsNavigation.UseBandsAdvVertNavigation

Remarks

The UseBandsAdvVertNavigation option affects the manner in which focus moves when end-users press the UP and DOWN ARROW keys.

See Also