Skip to main content

RichEditDocumentSource.Format Property

Provides access to the format of the bound document.

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 value specifying the document format.

See Also