Skip to main content

HtmlEditorInsertVideoDialogSettings.SettingsVideoSelector Property

Provides access to settings related to the Video Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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
See Also