Skip to main content
All docs
V18.2

ASPxClientMenuAction.hotKey Property

Provides access to the keyboard shortcut used to invoke the command.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientMenuActionHotKey hotKey { get; }

Property Value

Type Description
ASPxClientMenuActionHotKey

An ASPxClientMenuActionHotKey object that specifies the keyboard shortcut.

See Also