RichEditBuilder.Height(String) Method
Specifies the Rich Text Editor’s height on the page.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.1.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
Declaration
public RichEditBuilder Height(
string height
)
Parameters
Name | Type | Description |
---|---|---|
height | String | 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