ASPxClientCheckBox.SetChecked(isChecked) Method
Sets a value which specifies the checked status of the check box editor.
Declaration
SetChecked(
isChecked: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
isChecked | boolean |
|
See Also