RepositoryItemRichTextEdit.DocumentFormat Property
In This Article
Gets or sets the format of the document contained in the editor.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#Declaration
[DXCategory("Behavior")]
public DocumentFormat DocumentFormat { get; set; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also