Skip to main content
All docs
V25.1
  • 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.
    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