Class DefaultKeyboardCommandProvider
Provides key commands.
Inheritance
System.Object
DefaultKeyboardCommandProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class DefaultKeyboardCommandProvider : IKeyboardCommandProvider
Constructors
DefaultKeyboardCommandProvider(RadVirtualGrid)
Initializes a new instance of the DefaultKeyboardCommandProvider class.
Declaration
public DefaultKeyboardCommandProvider(RadVirtualGrid dataControl)
Parameters
RadVirtualGrid
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>
|