Skip to main content

RepositoryItemRichTextEdit.Encoding Property

Gets or sets the character encoding of the document contained in the editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v24.1.dll

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

Declaration

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

Property Value

Type Description
Encoding

A Encoding object specifying the character encoding.

See Also