Provides various options for exporting data in CSV format. Working with ColumnDelimiter PropertyThe UseSystemCultureSeparator property overrides this one. Working with UseSystemCultureSeparator PropertyThis property overrides the ColumnDelimiter property. |
public class UXGridViewCsvExportOptions : UXGridViewExportOptions
The following table summarizes the members exposed in this class.
UXGridViewCsvExportOptions Constructor() | Creates a new instance of the UXGridViewCsvExportOptions class. |
ColumnDelimiter | The string that will separate cells. <remarks>The UseSystemCultureSeparator property overrides this one.</remarks> |
Format | Export format. |
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. <remarks>This property overrides the ColumnDelimiter property.</remarks> |
DefaultColumnDelimiter | The column delimiter that will be used if other options are not specified. |
DefaultRowDelimiter | The row delimiter that will be used if other options are not specified. |
public UXGridViewCsvExportOptions()
Creates a new instance of the UXGridViewCsvExportOptions class.
public string ColumnDelimiter { get; set; }
The string that will separate cells. <remarks>The UseSystemCultureSeparator property overrides this one.</remarks>
public ExportFormat Format { get; }
Export format.
public string RowDelimiter { get; set; }
The string that will separate rows.
public bool UseSystemCultureSeparator { get; set; }
If set, the RadGridView will use the system List Separator string, specified in Control Panel's Regional Options, to separate cells. <remarks>This property overrides the ColumnDelimiter property.</remarks>
public static readonly string DefaultColumnDelimiter
The column delimiter that will be used if other options are not specified.
public static readonly string DefaultRowDelimiter
The row delimiter that will be used if other options are not specified.