Back to Devexpress

NavigationPaneView.ShowFewerGroups(Object) Method

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-dot-showfewergroups-x28-system-dot-object-x29.md

latest2.0 KB
Original Source

NavigationPaneView.ShowFewerGroups(Object) Method

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

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

csharp
public void ShowFewerGroups(
    object parameter
)
vb
Public Sub ShowFewerGroups(
    parameter As Object
)

Parameters

NameTypeDescription
parameterObject

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

|

Remarks

This method emulates a click on the “Show Fewer 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 decreased.

Corresponding Command: NavigationPaneCommands.ShowFewerGroups.

See Also

ShowMoreGroups(Object)

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace