[]
Handles the keyboard actions.
public class GridControlKeyboardHandler
Name | Description |
---|---|
GridControlKeyboardHandler() |
Name | Description |
---|---|
Grid | Gets the associated grid. |
Name | Description |
---|---|
HandleInput(TextCompositionEventArgs) | Called when text is entered in the control. |
HandleKeyDown(KeyEventArgs) | Called when a KeyDown event occurs. |
HandlePreviewKeyDown(KeyEventArgs) | Called before a KeyDown event is bubbled. |