New to Telerik UI for WPFStart a free 30-day trial

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

Implements: IKeyboardCommandProvider

Constructors

Initializes a new instance of the TreeListViewKeyboardCommandProvider class.

C#
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)
Parameters:treeListViewRadTreeListView

The TreeListView for which commands will be provided.

Methods

Provides key commands.

C#
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters:keyKeyReturns:

IEnumerable<ICommand>

Overrides: DefaultKeyboardCommandProvider.ProvideCommandsForKey(Key)