ASPxClientCallbackPanel.SetEnabled(enabled) Method
In This Article
Sets a value specifying whether the callback panel is enabled.
#Declaration
TypeScript
SetEnabled(
enabled: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
enabled | boolean |
|
#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 Setfalse
.
See Also