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

RichEditDocumentContent.Format Property

Gets the document format used in the Content/Document converter.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public DocumentFormat Format { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration value specifying a document format used in a converter.

See Also