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

HtmlEditorInsertMediaDialogSettingsBase.CssClassItems Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public InsertMediaCssClassItems CssClassItems { 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:

Library Object Type Path to CssClassItems
ASP.NET Controls and MVC Extensions HtmlEditorDefaultDialogSettings
.InsertAudioDialog .CssClassItems
ASP.NET MVC Extensions MVCxHtmlEditorDefaultDialogSettings
.InsertAudioDialog .CssClassItems
MVCxHtmlEditorDefaultDialogSettings
.InsertFlashDialog .CssClassItems

Remarks

The collection items are displayed within the “CSS class:” combo box in the Insert Media built-in dialogs‘ style settings section. The availability of this section is controlled by the HtmlEditorInsertMediaDialogSettingsBase.ShowStyleSettingsSection property.

See Also