Skip to main content
Tab

ASPxFormLayout.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

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override bool IsClientSideAPIEnabled()

Returns

Type Description
Boolean

true, if the client-side API is available for the control; otherwise, false.

Remarks

Use the IsClientSideAPIEnabled property to control whether a specific programmatic interface (in particular, specific objects and methods) should be available for the control on the client side.

See Also