ASPxClientRadioButton.GetChecked Method
Returns a value indicating whether the radio button is checked.
Declaration
GetChecked(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the GetChecked method on the client side to determine the checked status of the radio button.
See Also