Skip to main content

NavigationPaneView.ShowMoreGroups(Object) Method

Increments the number of visible group headers displayed within the Navigation Pane’s group button panel.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

Declaration

public void ShowMoreGroups(
    object parameter
)

Parameters

Name Type Description
parameter Object

An object specifying the number by which to increase the number of visible group headers. If set to null, the number of visible group headers is increased by one.

Remarks

This method emulates a click on the “Show More Buttons” item of the customization menu. In addition, this method provides a parameter allowing you to control by what value the number of visible group headers should be increased.

Corresponding Command: NavigationPaneCommands.ShowMoreGroups.

See Also