Back to Devexpress

ForceSyncWithServerCommand Class

aspnet-js-forcesyncwithservercommand.md

latest657 B
Original Source

ForceSyncWithServerCommand Class

A command to force synchronizing the server document model with the client model and execute a callback function if it is necessary.

Declaration

ts
declare class ForceSyncWithServerCommand extends CommandBase

Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.forceSyncWithServer property.

Inheritance

CommandBase ForceSyncWithServerCommand

See Also

ForceSyncWithServerCommand Members