Skip to main content

SpreadsheetTxtImportOptions.AutoDetectEncoding Property

Gets or sets whether the spreadsheet attempts to detect encoding of the text being imported. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool AutoDetectEncoding { get; set; }

Property Value

Type Description
Boolean

true, to detect the text encoding automatically; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AutoDetectEncoding
SpreadsheetImportOptions
.Txt .AutoDetectEncoding
See Also