Back to Devexpress

RichEditBuilder.Width(String) Method

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

latest1.1 KB
Original Source

RichEditBuilder.Width(String) Method

Specifies the Rich Text Editor’s width on the page.

Namespace : DevExpress.AspNetCore.RichEdit

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

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public RichEditBuilder Width(
    string width
)

Parameters

NameTypeDescription
widthString

A value specifying the Rich Text Editor’s height.

|

Returns

TypeDescription
RichEditBuilder

An object that can be used to further configure the Rich Text Editor.

|

See Also

RichEditBuilder Class

RichEditBuilder Members

DevExpress.AspNetCore.RichEdit Namespace