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

InsertMediaCssClassItem Class

An individual custom CSS class defining media player style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class InsertMediaCssClassItem :
    DialogCssClassItem

Remarks

A InsertMediaCssClassItem instance can be accessed via the Item property of a collection available using the HtmlEditorInsertMediaDialogSettingsBase.CssClassItems property.

See Also