ASPxClientButton.GetChecked Method
Returns a value indicating whether the button is checked.
Declaration
GetChecked(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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