Back to Devexpress

RichEditBuilder.Height(String) Method

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

latest1.2 KB
Original Source

RichEditBuilder.Height(String) Method

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

Namespace : DevExpress.AspNetCore.RichEdit

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

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public RichEditBuilder Height(
    string height
)

Parameters

NameTypeDescription
heightString

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