CsvExportOptions Properties
Contains options which define how grid data is exported to CSV format.Name | Description |
---|---|
Encoding | Gets or sets the encoding of the text-based file to which grid’s data is exported. Inherited from TextExportOptionsBase. |
Separator | Gets or sets the symbol(s) to separate text elements when grid data is exported to a text-based file. Inherited from TextExportOptionsBase. |
WritePreamble | Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. |
See Also