Skip to main content
Tab

CheckBoxValuesAttribute.ValueUnchecked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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