Class
DistinctValuesTreeListViewCommandProvider

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:

cs-api-definition
public class DistinctValuesTreeListViewCommandProvider : TreeListViewKeyboardCommandProvider, IKeyboardCommandProvider

Inheritance: objectDefaultKeyboardCommandProviderTreeListViewKeyboardCommandProviderDistinctValuesTreeListViewCommandProvider

Implements: IKeyboardCommandProvider

Constructors

DistinctValuesTreeListViewCommandProvider(RadTreeListView)

Initializes a new instance of the DistinctValuesTreeListViewCommandProvider class.

Declaration

cs-api-definition
public DistinctValuesTreeListViewCommandProvider(RadTreeListView treeListView)

Parameters

treeListView

RadTreeListView

The RadTreeListView 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 TreeListViewKeyboardCommandProvider.ProvideCommandsForKey(Key)