Skip to main content
A newer version of this page is available. .
JS

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.v19.2.dll

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