Skip to main content

MVCxHtmlEditorImageSelectorSettings.ImageFileSaving Property

Allows you to process an uploaded image file before it is saved to the server.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileSavingEventHandler ImageFileSaving { get; set; }

Property Value

Type Description
FileSavingEventHandler

An FileSavingEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageFileSaving
MVCxHtmlEditorInsertImageDialogSettings
.SettingsImageSelector .ImageFileSaving

Remarks

HtmlEditor provides you with the capability to process an uploaded file before it is saved to the server. You can process image, audio, video, and flash files by handling the corresponding events.

Use the ImageFileSaving property to process an image file before it is saved to the server.

See Also