Class TreeViewCommands
Provides a standard set of commands related to SfTreeView which can be used in ItemContextMenu.
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeView
Assembly: Syncfusion.SfTreeView.WPF.dll
Syntax
public static class TreeViewCommands : Object
Remarks
The TreeViewCommands class contains the commands mostly needed by developers using SfTreeView. The commands represents the instance of the System.Windows.Input.RoutedCommand and the built-in implementation logic for the commands are provided in treeview.
Fields
DeleteNode
Gets the values that represents the deletenode command for SfTreeView where TreeView provides implementation logic to delete the treeview node.
Declaration
public static RoutedUICommand DeleteNode
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
DeleteSelectedNodes
Gets the values that represents the delete command for SfTreeView where TreeView provides implementation logic to delete all the selected treeview nodes.
Declaration
public static RoutedUICommand DeleteSelectedNodes
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Edit
Gets the values that represents the edit command for SfTreeView where TreeView provides implementation logic to start the editing of treeview node.
Declaration
public static RoutedUICommand Edit
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |