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

OptionsNavPane.ShowOverflowPanel Property

Gets or sets whether the Overflow panel is displayed.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

[DefaultValue(true)]
public virtual bool ShowOverflowPanel { get; set; }

Property Value

Type Default Description
Boolean **true**

true to display the Overflow panel; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowOverflowPanel
WinForms Controls NavBarControl
.OptionsNavPane.ShowOverflowPanel
Reporting XRDesignToolBox
.OptionsNavPane.ShowOverflowPanel

Remarks

The Overflow panel is available when the “NavigationPane” view is applied.

See Also