Skip to main content
All docs
V25.1
  • ASPxClientGridKeyboardEventArgs Members

    Contains data for ASPxCardView, ASPxGridView, and ASPxVerticalGrid client-side keyboard events.

    Constructors

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

    Properties

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