Skip to main content
Tab

CheckBoxValuesAttribute.ValueGrayed Property

Gets or sets the value that corresponds to the editor’s grayed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object ValueGrayed { get; set; }

Property Value

Type Description
Object

A Object value that corresponds to the grayed state of the check box editor.

See Also