Skip to main content

ASPxClientPanelBase.GetEnabled Method

Returns a value specifying whether a panel is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true, if the panel is enabled; otherwise, false.

Remarks

Use the GetEnabled method to check a control’s capability to respond to end-user interactions. The initial client availability state of a control can be defined using its server ASPxWebControl.Enabled property. Then, the control’s state can be dynamically changed on the client side, using the ASPxClientPanelBase.SetEnabled method.

See Also