NavigationPaneView.ItemsControlGroupCount Property
Gets the actual number of visible group headers displayed within the group button panel.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that represents the number of visible group headers displayed within the group button panel. |
Remarks
Use the ItemsControlGroupCount property to determine how many visible group headers are actually displayed within the Navigation Pane’s group button panel.
The maximum limit of the displayed visible group headers can be specified via the NavigationPaneView.MaxVisibleGroupCount property.
See Also