Skip to main content

InsertMediaCssClassItems Class

A collection of custom CSS classes defining media player style settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class InsertMediaCssClassItems :
    Collection<InsertMediaCssClassItem>

The following members return InsertMediaCssClassItems objects:

Remarks

The InsertMediaCssClassItems class is a collection that can contain a list of custom CSS classes defining media player style settings.

An instance of the InsertMediaCssClassItems class can be accessed via the HtmlEditorFormsSettings.InsertAudioCssClassItems, HtmlEditorFormsSettings.InsertFlashCssClassItems, HtmlEditorFormsSettings.InsertVideoCssClassItems, or HtmlEditorFormsSettings.InsertYouTubeVideoCssClassItems property.

See Also