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

DXRichEditHtmlDocumentImporterOptions.AutoDetectEncoding Property

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool AutoDetectEncoding { get; set; }

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 AutoDetectEncoding
DXRichEditDocumentImportOptions
.HtmlOptions .AutoDetectEncoding

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