BootstrapCheckBoxBuilder.Value(Object) Method
In This Article
Sets the edited value within the editor.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapCheckBoxBuilder Value(
object value
)
#Parameters
Name | Type |
---|---|
value | Object |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also