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

IRichEditDocumentLoader.Format Property

Gets the format of the document to load.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v22.1.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

DocumentFormat Format { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration member, representing the format of the document.

See Also