DXRichEditPlainTextDocumentImporterOptions.AutoDetectEncoding Property
Gets or sets whether to determine the loaded document encoding automatically. This is a dependency property.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v25.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to enable the encoding auto-detection; otherwise, false. The default value is true. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to AutoDetectEncoding |
|---|---|
| DXRichEditDocumentImportOptions |
|
Remarks
With the AutoDetectEncoding set to true, RichEditControl tries to determine the correct encoding and load the document using this encoding, regardless of the DXRichEditPlainTextDocumentImporterOptions.Encoding property.
See Also