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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
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