Back to Devexpress

RichEditBuilder.Width(Int32) Method

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

latest1.2 KB
Original Source

RichEditBuilder.Width(Int32) 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(
    int width
)

Parameters

NameTypeDescription
widthInt32

A value specifying the Rich Text Editor’s height.

|

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