ASPxCheckBox.Value Property
In This Article
Gets or sets the edited value within the check box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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