Skip to main content

ASPxClientRadioButton Class

Represents the client-side equivalent of the ASPxRadioButton control.

#Declaration

TypeScript
declare class ASPxClientRadioButton extends ASPxClientCheckBox

#Remarks

In addition to the common functionality inherited from its ancestors, the ASPxClientRadioButton object allows you to manipulate its checked state (ASPxClientRadioButton.GetChecked, ASPxClientRadioButton.SetChecked).

Note

The client-side programmatic interface is available if the editor’s ASPxEditBase.EnableClientSideAPI property is set to true or any client event is handled.

See Also