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

MenuAction.HotKey Property

Specifies the keyboard shortcut used to invoke the command.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "hotKey")]
public MenuActionHotKey HotKey { get; set; }

Property Value

Type Description
MenuActionHotKey

A MenuActionHotKey object that specifies the keyboard shortcut.

See Also