Back to Devexpress

OptionsNavPane.NavBar Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-487c0dfb.md

latest1.5 KB
Original Source

OptionsNavPane.NavBar Property

Gets the NavBarControl that owns the current object.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public NavBarControl NavBar { get; }
vb
<Browsable(False)>
Public ReadOnly Property NavBar As NavBarControl

Property Value

TypeDescription
NavBarControl

A NavBarControl object that owns the current OptionsNavPane object.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to NavBar
NavBarControl

.OptionsNavPane .NavBar

|

See Also

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace