ASPxClientGridKeyboardEventArgs 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.
Inherited from ASPx |
html |
Gets a DHTML event object that relates to the processed event.
Inherited from ASPx |
is |
Specifies whether a user presses the Alt key when the event occurs.
Inherited from ASPx |
is |
Specifies whether a user presses the Ctrl key when the event occurs.
Inherited from ASPx |
is |
Specifies whether a user presses the Shift key when the event occurs.
Inherited from ASPx |
key |
Gets a key code.
Inherited from ASPx |
See Also