Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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