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

RepositoryItemRichTextEdit.EncodingWebName Property

Gets or sets the character encoding by specifying the name registered with the Internet Assigned Numbers Authority (IANA).

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

[Browsable(false)]
public string EncodingWebName { get; set; }

Property Value

Type Description
String

A string, representing the IANA encoding.

Remarks

For more information see the Encoding.WebName topic in MSDN.

See Also