RichEditBuilder.CssClassName(String) Method
Sets a specified CSS class to be applied to the Rich Text Editor.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
public RichEditBuilder CssClassName(
string cssClassName
)
#Parameters
Name | Type | Description |
---|---|---|
css |
String | The CSS class’s name applied to be applied. |
#Returns
Type | Description |
---|---|
Rich |
A Rich |