General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
18.2
18.1
17.2
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.v19.2.dll
Declaration
public FileSavingEventHandler VideoFileSaving { get; set; }
Public Property VideoFileSaving As FileSavingEventHandler
Property Value
Type | Description |
---|---|
FileSavingEventHandler | An FileSavingEventHandler delegate method allowing you to implement custom processing. |
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
Feedback