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.Mvc5.v18.2.dll

Declaration

public class MVCxHtmlEditorVideoUploadSettings :
    ASPxHtmlEditorVideoUploadSettings

The following members return MVCxHtmlEditorVideoUploadSettings objects:

Remarks

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

See Also