Skip to main content

IRichEditDocumentLoader.Format Property

Gets the format of the document to load.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.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