Skip to main content

OptionsNavPane.NavBar Property

Gets the NavBarControl that owns the current object.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

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:

Object Type Path to NavBar
NavBarControl
.OptionsNavPane .NavBar
See Also