Back to Devexpress

OptionsNavPane.ShowOverflowButton Property

windowsforms-devexpress-dot-xtranavbar-dot-optionsnavpane-3e8f9abf.md

latest2.0 KB
Original Source

OptionsNavPane.ShowOverflowButton Property

Gets or sets the visibility of the overflow button displayed within the Overflow Panel.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the overflow button is visible; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowOverflowButton
NavBarControl

.OptionsNavPane .ShowOverflowButton

|

Remarks

The overflow button is displayed within the Overflow Panel of a Navigation Pane View. It provides access to the Customization Menu.

Use the ShowOverflowButton member to control the button’s visibility. To hide/display the Overflow Panel, see OptionsNavPane.ShowOverflowPanel.

See Also

ShowOverflowPanel

OptionsNavPane Class

OptionsNavPane Members

DevExpress.XtraNavBar Namespace