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

HtmlEditorInsertVideoDialogSettings.SettingsVideoSelector Property

Provides access to settings related to the Video Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

public HtmlEditorVideoSelectorSettings SettingsVideoSelector { get; }

Property Value

Type Description
HtmlEditorVideoSelectorSettings

An HtmlEditorVideoSelectorSettings object that contains the selector’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsVideoSelector
HtmlEditorDefaultDialogSettings
.InsertVideoDialog.SettingsVideoSelector
MVCxHtmlEditorDefaultDialogSettings
.InsertVideoDialog.SettingsVideoSelector
See Also