Class GridViewCommandProvider
Represents custom keyboard command provider for RadGridView.
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.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewCommandProvider : DefaultKeyboardCommandProvider, IKeyboardCommandProvider
Constructors
GridViewCommandProvider(GridViewDataControl)
Initializes a new instance of the GridViewCommandProvider class.
Declaration
public GridViewCommandProvider(GridViewDataControl grid)
Parameters
GridViewDataControl
grid
|
Methods
ProvideCommandsForKey(Key)
Provides a list of commands according to the keyboard input.
Declaration
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)
Parameters
System.Windows.Input.Key
key
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.ICommand>
|