Skip to main content

InsertMediaCssClassItem.CssClass Property

Gets or sets the name of the cascading style sheet (CSS) class associated with the current item.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public string CssClass { get; set; }

Property Value

Type Description
String

A string value specifying the name of the associated cascading style sheet class.

Remarks

An item’s CssClass property is used to associate the item with the corresponding CSS class name, which defines a specific element style.

See Also