Class TreeListViewKeyboardCommandProvider
Extends the GridView's command provider by adding commands that are specific to the TreeListView.
Namespace: Telerik.Windows.Controls.TreeListView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class TreeListViewKeyboardCommandProvider : DefaultKeyboardCommandProvider, IKeyboardCommandProvider
Constructors
TreeListViewKeyboardCommandProvider(RadTreeListView)
Initializes a new instance of the TreeListViewKeyboardCommandProvider class.
Declaration
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)
Parameters
RadTreeListView
treeListView
The TreeListView for which commands will be provided. |
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|