MVCxHtmlEditor.SettingsVideoUpload Property
OBSOLETE
Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.
Provides access to settings related to uploading video files.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.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 files. |
See Also