Skip to main content

MVCxHtmlEditorVideoSelectorSettings.VideoFileSaving Property

Allows you to process an uploaded video 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 VideoFileSaving { 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 VideoFileSaving
MVCxHtmlEditorInsertVideoDialogSettings
.SettingsVideoSelector .VideoFileSaving

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 VideoFileSaving property to process a video file before it is saved to the server.

See Also