InterfaceIKeyboardCommandProvider
Interface
Provides key commands.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public interface IKeyboardCommandProvider
Methods
ProvideCommandsForKey(Key)
Provides key commands.
Declaration
cs-api-definition
IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
key
Key
Returns