Skip to main content
A newer version of this page is available. .
Tab

ASPxAutoCompleteBoxBase.IsClientSideAPIEnabled() Method

Returns a value that indicates whether a specific programmatic interface (in particular, specific objects and methods) are available to the editor on the client side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public override bool IsClientSideAPIEnabled()

Returns

Type Description
Boolean

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

See Also