ASPxClientGridKeyboardEventArgsBase Properties
The base class for classes that contain data for ASPxCardView, ASPxGridView, ASPxVerticalGrid, and ASPxTreeList client-side keyboard events.
Name | Description |
---|---|
handled | Specifies whether to suppress the keyboard key’s default action. |
html |
Gets a DHTML event object that relates to the processed event. |
is |
Specifies whether a user presses the Alt key when the event occurs.
|
is |
Specifies whether a user presses the Ctrl key when the event occurs.
|
is |
Specifies whether a user presses the Shift key when the event occurs.
|
key |
Gets a key code. |
See Also