ASPxClientRadioButton.SetChecked(isChecked) Method
Sets a value which specifies the radio button’s checked status.
Declaration
SetChecked(
isChecked: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
isChecked | boolean |
|
See Also