InsertImageCssClassItem.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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 image style.
See Also