ClassGridViewCsvExportOptions
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
GridViewCsvExportOptions()
Initializes a new instance of the GridViewCsvExportOptions class.
Declaration
public GridViewCsvExportOptions()
Fields
DefaultColumnDelimiter
The column delimiter that will be used if other options are not specified.
Declaration
public static readonly string DefaultColumnDelimiter
Field Value
DefaultRowDelimiter
The row delimiter that will be used if other options are not specified.
Properties
ColumnDelimiter
The string that will separate cells.
Format
Export format.
Declaration
public override ExportFormat Format { get; }
Property Value
Overrides
RowDelimiter
The string that will separate rows.
UseSystemCultureSeparator
If set, the RadGridView will use the system List Separator string, specified in Control Panel's Regional Options, to separate cells.
Declaration
public bool UseSystemCultureSeparator { get; set; }
Property Value