Skip to main content

ASPxClientRadioButtonList Class

Represents the client-side equivalent of the ASPxRadioButtonList control.

Declaration

declare class ASPxClientRadioButtonList extends ASPxClientCheckListBase

Remarks

The ASPxClientRadioButtonList object inherits all its functionality from the ancestor ASPxClientListEdit object.

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