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

ASPxCheckBox.AllowGrayedByClick Property

Gets or sets a value that specifies whether a check box can be set to a grayed state by a mouse click.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if end-users can set grayed state by clicking the check box; otherwise, false.

Remarks

This property is a wrapper of the CheckBoxProperties.AllowGrayedByClick property.

See Also