HtmlEditorSettings.SettingsVideoSelector Property
Obsolete. Provides access to settings related to the Select Video dialog.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.")]
public MVCxHtmlEditorVideoSelectorSettings SettingsVideoSelector { get; }
<Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.")>
Public ReadOnly Property SettingsVideoSelector As MVCxHtmlEditorVideoSelectorSettings
Property Value
Type | Description |
---|---|
MVCxHtmlEditorVideoSelectorSettings | An MVCxHtmlEditorVideoSelectorSettings object that contains the Video Selector dialog's settings. |
See Also
Feedback