EditPropertiesBase.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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
The EnableClientSideAPI property controls the availability of the client-side API for an editor control.
An editor control implements a comprehensive JavaScript-written client-side object model (client API), allowing you to programmatically manipulate the control on the client.
If you want to use the control’s client-side API in your application, set the EnableClientSideAPI property to true, to make sure that the client API is available on the client side.
Note
Regardless of the Enable
Note
The Enable