ClassDistinctValuesTreeListViewCommandProvider
Class
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:
Constructors
DistinctValuesTreeListViewCommandProvider(RadTreeListView)
Initializes a new instance of the DistinctValuesTreeListViewCommandProvider class.
Declaration
cs-api-definition
public DistinctValuesTreeListViewCommandProvider(RadTreeListView treeListView)
Parameters
treeListView
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
Overrides