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:
Constructors
Initializes a new instance of the DistinctValuesTreeListViewCommandProvider class.
C#
public DistinctValuesTreeListViewCommandProvider(RadTreeListView treeListView)
The RadTreeListView for which commands will be provided.
Methods
Provides key commands.
C#
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Overrides: