Skip to main content
A newer version of this page is available. .

ASPxClientCallbackPanel.SetEnabled(enabled) Method

Sets a value specifying whether the callback panel is enabled.

Declaration

SetEnabled(
    enabled: boolean
): void

Parameters

Name Type Description
enabled boolean

true, to enable the callback panel; false to disable it.

Remarks

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.

Note

The SetEnabled method is not in effect if a callback panel is initially disabled on the server by setting the Enabled property to false.

See Also