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

NavigationPaneView.IsOverflowPanelVisible Property

Gets or sets a value specifying the visibility of the overflow panel. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public bool IsOverflowPanelVisible { get; set; }

Property Value

Type Description
Boolean

true if the overflow panel is visible; otherwise false.

See Also