Skip to main content
JS

RichEditBuilder.Unit(Unit) Method

Sets the unit for dimensions in dialogs.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v23.2.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