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

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

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