A newer version of this page is available.
Switch to the current version.
ASPxHtmlEditor.SettingsVideoSelector Property
Obsolete. Provides access to settings related to the Select Video dialog.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll
Declaration
[Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.")]
public HtmlEditorVideoSelectorSettings SettingsVideoSelector { get; }
<Obsolete("Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.")>
Public ReadOnly Property SettingsVideoSelector As HtmlEditorVideoSelectorSettings
Property Value
Type | Description |
---|---|
HtmlEditorVideoSelectorSettings | An HtmlEditorVideoSelectorSettings object that contains the Select Video dialog's settings. |
See Also
Feedback