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

RepositoryItemRichTextEdit.Encoding Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

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

Property Value

Type Description
Encoding

A Encoding object specifying the character encoding.

See Also