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

CheckBoxValuesAttribute.ValueUnchecked Property

Gets or sets the value that represents the editor’s unchecked state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object ValueUnchecked { get; set; }

Property Value

Type Description
Object

A Object value that represents the unchecked state of the check box editor.

See Also