Class TreeListViewKeyboardCommandProvider
Extends the GridView's command provider by adding commands that are specific to the TreeListView.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TreeListView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class TreeListViewKeyboardCommandProvider : DefaultKeyboardCommandProvider, IKeyboardCommandProvider
Constructors
TreeListViewKeyboardCommandProvider(RadTreeListView)
Initializes a new instance of the TreeListViewKeyboardCommandProvider class.
Declaration
public TreeListViewKeyboardCommandProvider(RadTreeListView treeListView)
Parameters
RadTreeListView
treeListView
The TreeListView 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>
|