Class CustomKeyboardCommandProvider
Inheritance
System.Object
CustomKeyboardCommandProvider
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class CustomKeyboardCommandProvider : DefaultKeyboardCommandProvider
Constructors
CustomKeyboardCommandProvider(GridViewDataControl)
Declaration
public CustomKeyboardCommandProvider(GridViewDataControl grid)
Parameters
Telerik.Windows.Controls.GridView.GridViewDataControl
grid
|
Methods
ProvideCommandsForKey(Key)
Declaration
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|