Skip to main content

BootstrapClientCallbackPanel.GetEnabled Method

Returns a value specifying whether a callback panel is enabled.

Declaration

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 BootstrapClientCallbackPanel.SetEnabled method.

See Also