Skip to main content

RepositoryItemRichTextEdit.DocumentFormat Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
DocumentFormat

A DocumentFormat enumeration member, specifying the document format.

See Also