NavBarControl.OptionsNavPane Property
In This Article
Contains options that determine the appearance and behavior of the NavBarControl when the NavigationPane paint style is applied.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Description |
---|---|
Options |
A Options |
#Remarks
The OptionsNavPane property contains various options that affect the NavBarControl’s appearance and behavior when the NavigationPane paint style is applied.
To apply the NavigationPane paint style to the control, use the NavBarControl.PaintStyleKind property.
See Also