ASPxClientCallbackPanel.GetEnabled Method
In This Article
Returns a value specifying whether a callback panel is enabled.
#Declaration
TypeScript
GetEnabled(): boolean
#Returns
Type | Description |
---|---|
boolean |
|
#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