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

MenuActionHotKey.CtrlKey Property

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

Namespace: DevExpress.XtraReports.Web.ClientControls.DataContracts

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "ctrlKey")]
public bool CtrlKey { get; set; }

Property Value

Type Description
Boolean

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

See Also