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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

DocumentFormat Format { get; }

Property Value

Type Description
DocumentFormat

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

See Also