Skip to main content

RichEditDocumentContent.Format Property

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

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DocumentFormat Format { get; }

Property Value

Type Description
DocumentFormat

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

See Also