Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavBarControl.OptionsNavPane Property

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

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public OptionsNavPane OptionsNavPane { get; set; }

#Property Value

Type Description
OptionsNavPane

A OptionsNavPane object that contains corresponding 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