Back to Devexpress

OptionsNavPane.ShowOverflowPanel Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-a001cf8e.md

latest1.6 KB
Original Source

OptionsNavPane.ShowOverflowPanel Property

Gets or sets whether the Overflow panel is displayed.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[DefaultValue(true)]
public virtual bool ShowOverflowPanel { get; set; }
vb
<DefaultValue(True)>
Public Overridable Property ShowOverflowPanel As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Overflow panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowOverflowPanel
NavBarControl

.OptionsNavPane .ShowOverflowPanel

|

Remarks

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

See Also

NavigationPane

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace