CollapsiblePanelSettings.EnableClientSideAPI Property
In This Article
Gets or sets a value that specifies whether the CallbackPanel or Panel extension can be manipulated on the client side in code.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if an extension’s client object model is fully available; false if no programmatic interface is available for the extension on the client side. |
#Remarks
The Client side API is always available for the CallbackPanel and Panel extensions.
See Also