Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IHotKey Interface

Provides information about a hot key used to perform an action assigned to a menu item.

#Declaration

TypeScript
export interface IHotKey

#Properties

#altKey Property

#Declaration

TypeScript
altKey?: boolean

#Property Value

Type
boolean

#ctrlKey Property

Specifies whether the CTRL key is used in combination with a hot key.

#Declaration

TypeScript
ctrlKey?: boolean

#Property Value

Type Description
boolean

true, if the CTRL key is included into the key combination; otherwise, false.

#keyCode Property

Specifies a hot key code.

#Declaration

TypeScript
keyCode: number

#Property Value

Type Description
number

An integer value that specifies the hot key code.