Skip to main content
A newer version of this page is available. .

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

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 or NavBarControl.PaintStyleName property.

See Also