Skip to main content
Tab

CheckBoxValuesAttribute.ValueChecked Property

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

Namespace: DevExpress.Web

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