Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRichEditDocumentServer.Unit Property

Gets or sets a unit of measure used within the RichEditDocumentServer.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

DocumentUnit Unit { get; set; }

Property Value

Type Description
DocumentUnit

One of the DocumentUnit enumeration values.

See Also