HtmlEditorSettings.SettingsVideoUpload Property
Obsolete. Provides access to settings related to uploading video.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.")]
public MVCxHtmlEditorVideoUploadSettings SettingsVideoUpload { get; }
<Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoUpload property instead.")>
Public ReadOnly Property SettingsVideoUpload As MVCxHtmlEditorVideoUploadSettings
Property Value
Type | Description |
---|---|
MVCxHtmlEditorVideoUploadSettings | An MVCxHtmlEditorVideoUploadSettings object that holds options for uploading video. |
See Also
Feedback