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

ASPxCollapsiblePanel.EnableClientSideAPI Property

Gets or sets a value that specifies whether the ASPxCallbackPanel or ASPxPanel control can be manipulated on the client side in code.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool EnableClientSideAPI { get; set; }

Property Value

Type Default Description
Boolean **false**

true if a control’s client object model is fully available; false if no programmatic interface is available for the control on the client side.

Remarks

If the panel’s client instance name is defined (using the ASPxPanelBase.ClientInstanceName property), the client-side API is available for the panel.

See Also