Class DefaultKeyboardCommandProvider
Provides key commands.
Inheritance
System.Object
DefaultKeyboardCommandProvider
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class DefaultKeyboardCommandProvider : Object, IKeyboardCommandProvider
Constructors
DefaultKeyboardCommandProvider(GridViewDataControl)
Initializes a new instance of the DefaultKeyboardCommandProvider class.
Declaration
public DefaultKeyboardCommandProvider(GridViewDataControl dataControl)
Parameters
GridViewDataControl
dataControl
|
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
public virtual IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|