Provides various options for exporting data in CSV format.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewCsvExportOptions : GridViewExportOptions
Inheritance: objectGridViewExportOptionsGridViewCsvExportOptions
Inherited Members
Constructors
Initializes a new instance of the GridViewCsvExportOptions class.
public GridViewCsvExportOptions()
Fields
The column delimiter that will be used if other options are not specified.
public static readonly string DefaultColumnDelimiter
The row delimiter that will be used if other options are not specified.
public static readonly string DefaultRowDelimiter
Properties
The string that will separate cells.
public string ColumnDelimiter { get; set; }
Export format.
public override ExportFormat Format { get; }
Overrides:
The string that will separate rows.
public string RowDelimiter { get; set; }
If set, the RadGridView will use the system List Separator string, specified in Control Panel's Regional Options, to separate cells.
public bool UseSystemCultureSeparator { get; set; }