Back to Devexpress

NavBarControl.OptionsNavPane Property

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-af4c317f.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public OptionsNavPane OptionsNavPane { get; set; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public Property OptionsNavPane As OptionsNavPane

Property Value

TypeDescription
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

PaintStyleKind

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace