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

OptionsNavPane.ShowOverflowButton Property

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

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowOverflowButton
WinForms Controls NavBarControl
.OptionsNavPane.ShowOverflowButton
Reporting XRDesignToolBox
.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