Skip to main content

ASPxRichEditBehaviorSettings.RaiseClientEventsOnModificationsViaAPI Property

Gets or sets whether to raise client-side events when a document (or its selection) are changed via the client API.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(true)]
public bool RaiseClientEventsOnModificationsViaAPI { get; set; }

Property Value

Type Default Description
Boolean true

true, if the client-side events are fired when changes are made by the client API; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to RaiseClientEventsOnModificationsViaAPI
ASPxRichEditSettings
.Behavior .RaiseClientEventsOnModificationsViaAPI

Remarks

By default, the RichEdit’s client-side events that occur on changes in the document (or its selection) can be triggered on the client API calls or through the RichEdit’s UI. Set the RaiseClientEventsOnModificationsViaAPI to false if you need to focus on end-user changes only when you handle the client-side events.

The following client-side events can be triggered via the client API (client commands and selection API):

See Also