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

DocumentMapCommands.CanExecuteExpandTopLevelNodesCommand(TreeListView, CanExecuteRoutedEventArgs) Method

Identifies whether it is possible to execute the DocumentMapCommands.ExpandTopLevelNodesCommand command.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.1.Core.dll

Declaration

public static void CanExecuteExpandTopLevelNodesCommand(
    TreeListView d,
    CanExecuteRoutedEventArgs e
)

Parameters

Name Type
d TreeListView
e CanExecuteRoutedEventArgs
See Also