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

RepositoryItemRichTextEdit.DocumentFormat Property

Gets or sets the format of the document contained in the editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v22.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DXCategory("Behavior")]
public DocumentFormat DocumentFormat { get; set; }

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration member, specifying the document format.

See Also