DocumentMapCommands.CanExecuteCollapseTopLevelNodesCommand(TreeListView, CanExecuteRoutedEventArgs) Method
Identifies whether it is possible to execute the DocumentMapCommands.CollapseTopLevelNodesCommand command.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
public static void CanExecuteCollapseTopLevelNodesCommand(
TreeListView d,
CanExecuteRoutedEventArgs e
)
Parameters
Name | Type |
---|---|
d | TreeListView |
e | CanExecuteRoutedEventArgs |
See Also