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

HtmlEditorFormsSettings.InsertFlashCssClassItems Property

OBSOLETE

Use the SettingsDialogs.InsertFlashDialog.CssClassItems property instead.

Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[Obsolete("Use the SettingsDialogs.InsertFlashDialog.CssClassItems property instead.")]
public InsertMediaCssClassItems InsertFlashCssClassItems { get; }

Property Value

Type Description
InsertMediaCssClassItems

A InsertMediaCssClassItems object that is the collection of items.

Property Paths

You can access this nested property as listed below:

Object Type Path to InsertFlashCssClassItems
ASPxHtmlEditor
.SettingsForms.InsertFlashCssClassItems
MVCxHtmlEditor
.SettingsForms.InsertFlashCssClassItems

Remarks

The collection items are displayed within the “CSS class:” combo box in the Flash Dialogs‘s style settings section. The availability of this section is controlled by the HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection property.

See Also