Skip to main content

ClientControlsMenuItemHotKey.CtrlKey Property

Specifies whether the CTRL key is used in combination with a hot key.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting

Declaration

[DefaultValue(true)]
public bool CtrlKey { get; set; }

Property Value

Type Default Description
Boolean true

true, if the CTRL key is included into the key combination; otherwise, false.

See Also