Back to Devexpress

ASPxClientRadioButton Class

aspnet-js-aspxclientradiobutton.md

latest1.2 KB
Original Source

ASPxClientRadioButton Class

Represents the client-side equivalent of the ASPxRadioButton control.

Declaration

ts
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.

Inheritance

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientCheckBox ASPxClientRadioButton

See Also

Radio Button

ASPxClientRadioButton Members