Skip to main content

ASPxHtmlEditor.SettingsVideoUpload Property

OBSOLETE

Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.

Provides access to settings related to uploading video files.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Description
ASPxHtmlEditorVideoUploadSettings

An ASPxHtmlEditorImageUploadSettings object that holds options for uploading video files.

See Also