Skip to main content
JS

RichEditBuilder.Name(String) Method

Specifies an identifier for the element representing the Rich Text Editor on the page.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditBuilder Name(
    string name
)

Parameters

Name Type Description
name String

A string specifying the name of the Rich Text Editor’s element on the page.

Returns

Type Description
RichEditBuilder

A RichEditBuilder that can be used to further configure the Rich Text Editor.

See Also