Skip to main content
A newer version of this page is available. .

ClientControlsMenuItem.HotKey Property

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

Namespace: DevExpress.XtraReports.Web.ClientControls

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

Declaration

public ClientControlsMenuItemHotKey HotKey { get; }

Property Value

Type Description
ClientControlsMenuItemHotKey

An ClientControlsMenuItemHotKey object that specifies the keyboard shortcut.

See Also