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

ClientControlsMenuItemHotKey.KeyCode Property

Specifies a hot key code.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(0)]
public int KeyCode { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the hot key code.

See Also