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

HtmlEditorSettings.SettingsVideoUpload Property

OBSOLETE

Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.

Provides access to settings related to uploading video.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

[Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.")]
public MVCxHtmlEditorVideoUploadSettings SettingsVideoUpload { get; }

Property Value

Type Description
MVCxHtmlEditorVideoUploadSettings

An MVCxHtmlEditorVideoUploadSettings object that holds options for uploading video.

See Also