Back to Devexpress

ASPxCollapsiblePanel.EnableClientSideAPI Property

aspnet-devexpress-dot-web-dot-aspxcollapsiblepanel-306d69ee.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableClientSideAPI { get; set; }
vb
<DefaultValue(False)>
Public Property EnableClientSideAPI As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

ASPxCollapsiblePanel Class

ASPxCollapsiblePanel Members

DevExpress.Web Namespace