OptionsNavPane.ShowOverflowPanel Property
In This Article
Gets or sets whether the Overflow panel is displayed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#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:
Object Type | Path to Show |
---|---|
Nav |
|
#Remarks
The Overflow panel is available when the “NavigationPane” view is applied.
See Also