Skip to main content

NavigationPaneView.ActualMaxVisibleGroupCount Property

Gets the limit of currently visible groups for this NavigationPaneView. This is a dependency property.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public int ActualMaxVisibleGroupCount { get; protected set; }

Property Value

Type Description
Int32

An Int32 value that is the limit of currently visible groups for this NavigationPaneView.

Remarks

See the NavigationPaneView.MaxVisibleGroupCount property to learn more.

See Also