Back to Devexpress

ASPxClientRichEdit.requestSettings Property

aspnet-js-aspxclientrichedit-ced1ef9b.md

latest1.2 KB
Original Source

ASPxClientRichEdit.requestSettings Property

Allows you to access request settings.

Declaration

ts
requestSettings: RequestSettings

Property Value

TypeDescription
RequestSettings

An object that contains request settings.

|

Remarks

When ASPxRichEdit loads a document, it sends a document model to the client and then synchronizes the model’s client-side changes with the server.

Use the requestSettings property to change the default synchronization settings.

js
richEdit.requestSettings.maxCommandCount = 100;
richEdit.requestSettings.responseWaitingTime = 10000;
richEdit.requestSettings.pendingPeriod = 3000;

For more information on the client-server document synchronization in ASPxRichEdit, refer to the following topic: ASPxRichEdit - Client-Server Document Synchronization.

See Also

ASPxClientRichEdit Class

ASPxClientRichEdit Members