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

RichEditUnit Enum

Lists measurement units used in the document.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public enum RichEditUnit

Members

Name Description
Centimeter

Specifies centimeters as the measurement unit.

Inch

Specifies inches as the measurement unit.

Related API Members

The following properties accept/return RichEditUnit values:

Remarks

Values listed by the RichEditUnit enumeration are used to set the ASPxRichEditSettings.Unit property.

See Also