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

ASPxCheckBox.Value Property

Gets or sets the edited value within the check box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public override object Value { get; set; }

Property Value

Type Description
Object

An object representing the editor’s edited value.

Remarks

Use the Value property to access the value currently edited within the check box.

On the client side, use the ASPxClientEditBase.GetValue and ASPxClientEditBase.SetValue methods to get and set the editor’s value, respectively.

See Also