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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
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