Skip to main content

MenuActionHotKey.KeyCode Property

Specifies a hot key code.

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "keyCode")]
public int KeyCode { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the hot key code.

See Also