Skip to main content

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool AutoDetectEncoding { get; set; }

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
.PlainTextOptions .AutoDetectEncoding

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