Skip to main content

CsvExportOptions.WritePreamble Property

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

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

#Declaration

[XtraSerializableProperty]
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
GridControl
.OptionsExportCsv.WritePreamble

#Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also