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

DocumentMapCommands.CanExecuteCollapseTopLevelNodesCommand(TreeListView, CanExecuteRoutedEventArgs) Method

Identifies whether or not it is possible to execute the DocumentMapCommands.CollapseTopLevelNodesCommand command.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v18.2.Core.dll

Declaration

public static void CanExecuteCollapseTopLevelNodesCommand(
    TreeListView d,
    CanExecuteRoutedEventArgs e
)

Parameters

Name Type
d TreeListView
e CanExecuteRoutedEventArgs
See Also