Skip to main content

SpreadsheetTxtExportOptions.WritePreamble Property

Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public bool WritePreamble { get; set; }

Property Value

Type Description
Boolean

true, to write a byte array containing a sequence of bytes that specifies the encoding used; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to WritePreamble
SpreadsheetExportOptions
.Txt .WritePreamble

Remarks

For more information, see the Encoding.GetPreamble method in MSDN.

See Also