Skip to main content

HtmlEditorFormsSettings.InsertAudioCssClassItems Property

OBSOLETE

Use the SettingsDialogs.InsertAudioDialog.CssClassItems property instead.

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Description
InsertMediaCssClassItems

A InsertMediaCssClassItems object that is the collection of items.

Remarks

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

See Also