InsertMediaCssClassItem Class
In This Article
An individual custom CSS class defining media player style settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Inheritance
Object
StateManager
CollectionItem
DialogCssClassItem
InsertMediaCssClassItem
See Also