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

MVCxHtmlEditorVideoUploadSettings Class

Contains (MVC specific) settings that relate to a control’s video uploading functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxHtmlEditorVideoUploadSettings :
    ASPxHtmlEditorVideoUploadSettings

The following members accept/return MVCxHtmlEditorVideoUploadSettings objects:

Remarks

An object of the MVCxHtmlEditorVideoUploadSettings type can be accessed using the HtmlEditorSettings.SettingsVideoUpload property.

Implements

See Also