Skip to main content

HtmlEditorSettings.SettingsFlashSelector Property

OBSOLETE

Use the SettingsDialogs.InsertFlashDialog.SettingsFlashSelector property instead.

Provides access to settings related to the Select Flash dialog.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

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

Property Value

Type Description
MVCxHtmlEditorFlashSelectorSettings

An MVCxHtmlEditorFlashSelectorSettings object that contains the Flash Selector dialog’s settings.

See Also