RichEditUnit Enum
In This Article
Lists measurement units used in the document.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#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