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

CheckBoxValuesAttribute.ValueChecked Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object ValueChecked { get; set; }

Property Value

Type Description
Object

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

See Also