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

OptionsNavPane.NavBar Property

Gets the NavBarControl that owns the current object.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v18.2.dll

Declaration

[Browsable(false)]
public NavBarControl NavBar { get; }

Property Value

Type Description
NavBarControl

A NavBarControl object that owns the current OptionsNavPane object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to NavBar
WinForms Controls NavBarControl
.OptionsNavPane.NavBar
Reporting XRDesignToolBox
.OptionsNavPane.NavBar
See Also