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.v25.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public RichEditBuilder CssClassName(
string cssClassName
)
Parameters
| Name | Type | Description |
|---|---|---|
| cssClassName | String | The CSS class’s name applied to be applied. |
Returns
| Type | Description |
|---|---|
| RichEditBuilder | A RichEditBuilder that can be used to further configure the Rich Text Editor. |
See Also