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

Extends the RadTreeListView command provider with logic specific to the RadTreeListView in the FilteringControl.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class DistinctValuesTreeListViewCommandProvider : TreeListViewKeyboardCommandProvider, IKeyboardCommandProvider

Inheritance: objectDefaultKeyboardCommandProviderTreeListViewKeyboardCommandProviderDistinctValuesTreeListViewCommandProvider

Implements: IKeyboardCommandProvider

Constructors

Initializes a new instance of the DistinctValuesTreeListViewCommandProvider class.

C#
public DistinctValuesTreeListViewCommandProvider(RadTreeListView treeListView)
Parameters:treeListViewRadTreeListView

The RadTreeListView for which commands will be provided.

Methods

Provides key commands.

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

IEnumerable<ICommand>

Overrides: TreeListViewKeyboardCommandProvider.ProvideCommandsForKey(Key)