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

ASPxClientButton.GetChecked Method

Returns a value indicating whether the button is checked.

Declaration

GetChecked(): boolean

Returns

Type Description
boolean

true if the button is checked; otherwise, false.

Remarks

The ASPxButton controls can function as radio buttons. To create a mutually exclusive set of buttons, use the ASPxButton.GroupName property to specify a group of button controls. Once the ASPxButton.GroupName property has been set, only one ASPxButton in the specified group can be checked at one time.

Use the GetChecked method on the client side to determine the button’s checked status.

See Also