Skip to main content

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.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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