RichEditBuilder.Width(String) Method
Specifies the Rich Text Editor’s width on the page.
Namespace: DevExpress.AspNetCore.RichEdit
Assembly: DevExpress.AspNetCore.RichEdit.v24.2.dll
NuGet Package: DevExpress.AspNetCore.RichEdit
#Declaration
public RichEditBuilder Width(
string width
)
#Parameters
Name | Type | Description |
---|---|---|
width | String | A value specifying the Rich Text Editor’s height. |
#Returns
Type | Description |
---|---|
Rich |
An object that can be used to further configure the Rich Text Editor. |