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

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

Declaration

[DefaultValue(false)]
public bool EnableClientSideAPI { get; set; }

Property Value

Type Default Description
Boolean **false**

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