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

RichEditBuilder.Unit(Unit) Method

Sets the unit for dimensions in dialogs.

Namespace: DevExpress.AspNetCore.RichEdit

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

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RichEditBuilder Unit(
    Unit unit
)

Parameters

Name Type Description
unit Unit

The unit.

Returns

Type Description
RichEditBuilder

An object that can be used to further configure the Rich Text Editor.

See Also