Class DistinctValuesTreeListViewCommandProvider
Extends the RadTreeListView command provider with logic specific to the RadTreeListView in the FilteringControl.
Inheritance
System.Object
DistinctValuesTreeListViewCommandProvider
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class DistinctValuesTreeListViewCommandProvider : TreeListViewKeyboardCommandProvider, IKeyboardCommandProvider
Constructors
DistinctValuesTreeListViewCommandProvider(RadTreeListView)
Initializes a new instance of the DistinctValuesTreeListViewCommandProvider class.
Declaration
public DistinctValuesTreeListViewCommandProvider(RadTreeListView treeListView)
Parameters
RadTreeListView
treeListView
The RadTreeListView for which commands will be provided. |
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|