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

ASPxHtmlEditor.SettingsFlashSelector Property

OBSOLETE

Use the SettingsDialogs.InsertFlashDialog.SettingsFlashSelector property instead.

Provides access to settings related to the Select Flash dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[Obsolete("Use the SettingsDialogs.InsertFlashDialog.SettingsFlashSelector property instead.")]
public HtmlEditorFlashSelectorSettings SettingsFlashSelector { get; }

Property Value

Type Description
HtmlEditorFlashSelectorSettings

An HtmlEditorFlashSelectorSettings object that contains the Select Flash dialog’s settings.

See Also