Skip to main content

ClientControlsMenuItemHotKey.KeyCode Property

Specifies a hot key code.

Namespace: DevExpress.XtraReports.Web.ClientControls

Assembly: DevExpress.XtraReports.v23.2.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