DXRichEditHtmlDocumentImporterOptions.AutoDetectEncoding Property
In This Article
Gets or sets whether to enable the auto-detection of the charset of the HTML file. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to enable the auto-detect option; otherwise, false. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Auto |
---|---|
DXRich |
|
#Remarks
With the AutoDetectEncoding property set to true, RichEditControl tries to determine the correct encoding and load the document using this encoding, regardless of the DXRichEditHtmlDocumentImporterOptions.Encoding property value or <meta> tag of the loaded HTML page.
See Also