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