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