ASPxClientRadioButton.GetChecked Method
In This Article
Returns a value indicating whether the radio button is checked.
#Declaration
TypeScript
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