Interface IKeyboardCommandProvider
Provides key commands.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public interface IKeyboardCommandProvider
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|