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

HtmlEditorInsertFlashDialogSettings.SettingsFlashSelector Property

Provides access to settings related to the Flash Selector.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorFlashSelectorSettings SettingsFlashSelector { get; }

Property Value

Type Description
HtmlEditorFlashSelectorSettings

An HtmlEditorFlashSelectorSettings object that contains the selector’s settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to SettingsFlashSelector
HtmlEditorDefaultDialogSettings
.InsertFlashDialog.SettingsFlashSelector
MVCxHtmlEditorDefaultDialogSettings
.InsertFlashDialog.SettingsFlashSelector
See Also