ASPxClientGridKeyboardEventArgsBase Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
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