Class
TreeListViewKeyboardCommandProvider

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: DistinctValuesTreeListViewCommandProvider

Implements: IKeyboardCommandProvider

Constructors

TreeListViewKeyboardCommandProvider(RadTreeListView)

Initializes a new instance of the TreeListViewKeyboardCommandProvider class.

Declaration

cs-api-definition
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)

Parameters

treeListView

RadTreeListView

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

IEnumerable<ICommand>

Overrides DefaultKeyboardCommandProvider.ProvideCommandsForKey(Key)