Back to Devexpress

ASPxEditBase.EnableClientSideAPI Property

aspnet-devexpress-dot-web-dot-aspxeditbase.md

latest1.4 KB
Original Source

ASPxEditBase.EnableClientSideAPI Property

Gets or sets a value that specifies whether the editor can be manipulated on the client side via code.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool EnableClientSideAPI { get; set; }
vb
<DefaultValue(False)>
Public Property EnableClientSideAPI As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the editor’s client object model is fully available; false if no programmatic interface is available for the editor on the client side.

|

Remarks

This property is a wrapper of the EditPropertiesBase.EnableClientSideAPI property.

See Also

ClientInstanceName

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace