Back to Devexpress

RichEditBuilder.Name(String) Method

aspnetcore-devexpress-dot-aspnetcore-dot-richedit-dot-richeditbuilder-dot-name-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public RichEditBuilder Name(
    string name
)

Parameters

NameTypeDescription
nameString

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

|

Returns

TypeDescription
RichEditBuilder

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

|

See Also

RichEditBuilder Class

RichEditBuilder Members

DevExpress.AspNetCore.RichEdit Namespace