Skip to main content
A newer version of this page is available. .

RichEditSettings.Saving Property

Enables you to perform server-side processing of a rich text document before it is saved to the server.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public DocumentSavingEventHandler Saving { get; set; }

Property Value

Type Description
DocumentSavingEventHandler

A DocumentSavingEventHandler method to which custom processing is delegated.

See Also