Skip to main content
A newer version of this page is available. .

ASPxClientRadioButton Class

Represents the client-side equivalent of the ASPxRadioButton control.

Declaration

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