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

CheckBoxValuesAttribute.AllowGrayed Property

Gets or sets a value specifying whether the grayed state is available for a check box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool AllowGrayed { get; set; }

Property Value

Type Description
Boolean

true if the grayed state is available; otherwise, false.

See Also