Skip to main content
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.v24.1.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