Sets a value specifying whether the callback panel is enabled.
SetEnabled(enabled: boolean): void
Name | Type | Description |
---|---|---|
enabled | boolean | true, to enable the callback panel; false to disable it. |
Use the SetEnabled method on the client to dynamically switch a callback panel's capability to respond to end-user interactions. In order to determine the panel's availability state, use the ASPxClientCallbackPanel.GetEnabled method on the client side.
The SetEnabled method is not in effect if a callback panel is initially disabled on the server by setting the Enabled property to false.