Skip to main content
All docs
V24.1

ASPxClientGridKeyboardEventArgsBase Members

The base class for classes that contain data for ASPxCardView, ASPxGridView, ASPxVerticalGrid, and ASPxTreeList client-side keyboard events.

Constructors

Name Description
constructor(htmlEvent) Initializes a new instance of the ASPxClientGridKeyboardEventArgsBase class with specified settings.

Properties

Name Description
handled Specifies whether to suppress the keyboard key’s default action.
htmlEvent Gets a DHTML event object that relates to the processed event.
isAltPressed Specifies whether a user presses the Alt key when the event occurs.
isCtrlPressed Specifies whether a user presses the Ctrl key when the event occurs.
isShiftPressed Specifies whether a user presses the Shift key when the event occurs.
keyCode Gets a key code.
See Also