KeyBindings
Class
Represents class that holds the RadSpreadsheet key bindings.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Commands
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class KeyBindings
Inheritance: objectKeyBindings
Methods
Adds the specified input binding.
C#
public void Add(InputBinding inputBinding)
The input binding.
Adds the range.
C#
public void AddRange(IEnumerable<InputBinding> inputBindings)
The input bindings.
Clears this instance.
C#
public void Clear()
Registers the command.
Sets the input bindings.
C#
public void SetInputBindings(InputBindingCollection inputBindings)
The input bindings.