Skip to main content
All docs
V18.2

ASPxClientMenuActionHotKey.ctrlKey Property

Provides access to a value that specifies whether the CTRL key is used in combination with a hot key.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public bool ctrlKey { get; }

Property Value

Type Description
Boolean

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

See Also