Skip to main content
A newer version of this page is available. .

ASPxHtmlEditor.SettingsVideoSelector Property

OBSOLETE

Use the SettingsDialogs.InsertVideoDialog.SettingsVideoSelector property instead.

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; }

Property Value

Type Description
HtmlEditorVideoSelectorSettings

An HtmlEditorVideoSelectorSettings object that contains the Select Video dialog’s settings.

See Also