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.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to RaiseClientEventsOnModificationsViaAPI |
---|---|
ASPxRichEditSettings |
|
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):
- ASPxClientRichEdit.DocumentChanged
- ASPxClientRichEdit.SelectionChanged
- ASPxClientRichEdit.ContentInserted
- ASPxClientRichEdit.ContentRemoved
- ASPxClientRichEdit.CharacterPropertiesChanged
- ASPxClientRichEdit.ParagraphPropertiesChanged