Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override bool IsClientSideAPIEnabled()

Returns

Type Description
Boolean

true, if the client-side API is enabled; otherwise, false.

See Also