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

RichEditBuilder.Width(Int32) Method

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

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v21.1.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditBuilder Width(
    int width
)

Parameters

Name Type Description
width Int32

A value specifying the Rich Text Editor’s height.

Returns

Type Description
RichEditBuilder

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

See Also