RepositoryItemRichTextEdit.EncodingWebName Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#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