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

RichEditDocumentSource.Format Property

Provides access to the format of the bound document.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DocumentFormat Format { get; }

Property Value

Type Description
DocumentFormat

A DocumentFormat value specifying the document format.

See Also