Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid.Export Namespace : CsvFormatSettings Class |
The following tables list the members exposed by CsvFormatSettings.
Name | Description | |
---|---|---|
CsvFormatSettings Constructor | Initializes a new instance of the CsvFormatSettings class. |
Name | Description | |
---|---|---|
Culture | Gets or sets the culture used for the export/clipboard copy. (Inherited from Xceed.Silverlight.DataGrid.Export.FormatSettingsBase) | |
DateTimeFormat | Gets or sets the date-time format used for the export/clipboard copy. (Inherited from Xceed.Silverlight.DataGrid.Export.FormatSettingsBase) | |
FloatingPointFormat | Gets or sets the floating point format. (Inherited from Xceed.Silverlight.DataGrid.Export.FormatSettingsBase) | |
NewLine | Gets or sets the string that will be used at the end of each row, including any headers, to indicate a new line. | |
NumericFormat | Gets or sets the numeric format. (Inherited from Xceed.Silverlight.DataGrid.Export.FormatSettingsBase) | |
Separator | Gets or sets the character that will be used to separate the fields in a row. | |
TextDelimiter | Gets or sets the character used to delimit the value of a string, date, or numeric field if a whitespace is contained within. |