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