Skip to main content

ASPxClientCallbackPanel.GetEnabled Method

Returns a value specifying whether a callback panel is enabled.

#Declaration

TypeScript
GetEnabled(): boolean

#Returns

Type Description
boolean

true if the callback panel is enabled; otherwise, false.

#Remarks

Use the GetEnabled method to check a control’s ability to respond to end-user interactions. The initial client availability state of a control can be defined using its server Enabled property. Then, the control’s state can be dynamically changed on the client side, using the ASPxClientCallbackPanel.SetEnabled method.

See Also