Back to Devexpress

NavigationPaneView.IsOverflowPanelVisible Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-dbadcaff.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public bool IsOverflowPanelVisible { get; set; }
vb
Public Property IsOverflowPanelVisible As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

IsSplitterVisible

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace