Skip to main content

ASPxClientButton.GetEnabled Method

Returns a value indicating whether the button is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the button is enabled; false if the button is disabled.

Remarks

Use the GetEnabled method on the client to determine a button’s ability to respond to end-user interactions such as mouse hovering or clicks. The initial client availability state of a button can be defined using its server ASPxButton.ClientEnabled property. Then, the button’s state can be dynamically changed on the client side using the ASPxClientButton.SetEnabled method.

See Also