Back to Devexpress

RepositoryItemRichTextEdit.DocumentFormat Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemrichtextedit.md

latest1.4 KB
Original Source

RepositoryItemRichTextEdit.DocumentFormat Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[DXCategory("Behavior")]
public DocumentFormat DocumentFormat { get; set; }
vb
<DXCategory("Behavior")>
Public Property DocumentFormat As DocumentFormat

Property Value

TypeDescription
DocumentFormat

A DocumentFormat enumeration member, specifying the document format.

|

See Also

RepositoryItemRichTextEdit Class

RepositoryItemRichTextEdit Members

DevExpress.XtraEditors.Repository Namespace