CsvExportOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Csv |
Initializes a new instance of the Csv |
Csv |
Initializes a new instance of the Csv |
#Fields
Name | Description |
---|---|
Separator |
Identifies the Text |
Write |
Identifies the Csv |
#Properties
Name | Description |
---|---|
Encoding |
Gets or sets the encoding of the text-based file to which grid’s data is exported.
Inherited from Text |
Separator |
Gets or sets the symbol |
Write |
Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the options object passed as a parameter. |
#Events
Name | Description |
---|---|
Customize |
When exporting data from the grid to CSV format, this event allows you to customize a cell in the output document. |
Customize |
When exporting to CSV format, this event allows you to customize data in the output document. |
Customize |
When exporting to CSV format, this event allows you to add a footer to the output document. |
Customize |
When exporting to CSV format, this event allows you to add a header to the output document. |
Customize |
When exporting to CSV format, this event allows you to customize the output document’s settings. |
Export |
Fires repeatedly while the data is being exported. |
See Also