BootstrapTreeView.IsClientSideAPIEnabled() Method
Returns a value that indicates whether a specific programmatic interface (in particular, specific JavaScript objects and methods) are available to the control on the client side.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the client-side API is available for the control; otherwise, false. |
See Also