Extends the GridView's command provider by adding commands that are specific to the TreeListView.
Definition
Namespace:Telerik.Windows.Controls.TreeListView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class TreeListViewKeyboardCommandProvider : DefaultKeyboardCommandProvider, IKeyboardCommandProvider
Inheritance: objectDefaultKeyboardCommandProviderTreeListViewKeyboardCommandProvider
Derived Classes:
Implements:
Constructors
Initializes a new instance of the TreeListViewKeyboardCommandProvider class.
C#
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)
The TreeListView for which commands will be provided.
Methods
Provides key commands.
C#
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Overrides: