ClassTreeListViewKeyboardCommandProvider
Class
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:
cs-api-definition
public class TreeListViewKeyboardCommandProvider : DefaultKeyboardCommandProvider, IKeyboardCommandProvider
Inheritance: objectDefaultKeyboardCommandProviderTreeListViewKeyboardCommandProvider
Derived Classes:
Implements:
Constructors
TreeListViewKeyboardCommandProvider(RadTreeListView)
Initializes a new instance of the TreeListViewKeyboardCommandProvider class.
Declaration
cs-api-definition
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)
Parameters
treeListView
The TreeListView for which commands will be provided.
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
cs-api-definition
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
key
Key
Returns
Overrides