ASPxClientRadioButtonList Class
In This Article
Represents the client-side equivalent of the ASPxRadioButtonList control.
#Declaration
TypeScript
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 ASPxtrue
or any client event is handled.
#Inheritance
See Also