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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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