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

NavigationPaneView.OnShowMoreGroups(Object, ExecutedRoutedEventArgs) Method

Namespace: DevExpress.Xpf.NavBar

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public static void OnShowMoreGroups(
    object sender,
    ExecutedRoutedEventArgs e
)

Parameters

Name Type Description
sender Object

An object identifying the command sender (a NavigationPaneView instance). This object serves as the command’s CommandTarget attribute.

e ExecutedRoutedEventArgs

A ExecutedRoutedEventArgs object that provides data for the executed command.

See Also