Back to Devexpress

ASPxEdit.IsClientSideAPIEnabled() Method

aspnet-devexpress-dot-web-dot-aspxedit-6624526f.md

latest1.1 KB
Original Source

ASPxEdit.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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override bool IsClientSideAPIEnabled()
vb
Public Overrides Function IsClientSideAPIEnabled As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

ASPxEdit Class

ASPxEdit Members

DevExpress.Web Namespace