Skip to main content

NavigationPaneView.IsSplitterVisible Property

Gets or sets a value that specifies whether the splitter is displayed, allowing end-users to resize the group button panel. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

Assembly: DevExpress.Xpf.NavBar.v23.2.dll

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public bool IsSplitterVisible { get; set; }

Property Value

Type Description
Boolean

true if the splitter is displayed; otherwise, false.

Remarks

Use the IsSplitterVisible property to control whether end-users are allowed to change the number of visible group headers by resizing the group button panel using the splitter. The maximum number of visible group headers can be specified via the NavigationPaneView.MaxVisibleGroupCount property.

See Also