MenuAction.HotKey Property
In This Article
Specifies the keyboard shortcut used to invoke the command.
Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
[DataMember(Name = "hotKey")]
public MenuActionHotKey HotKey { get; set; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
See Also