Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Export Namespace / CsvFormatSettings Class
Properties


In This Topic
    CsvFormatSettings Class Members
    In This Topic

    The following tables list the members exposed by CsvFormatSettings.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CSVFormatSettings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the culture used for the export / clipboard copy. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the date-time format used for the export / clipboard copy. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the floating point format. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the string that will be used at the end of each row, including any headers.  
    Public PropertyGets or sets the numeric format. (Inherited from Xceed.Wpf.DataGrid.Export.FormatSettingsBase)
    Public PropertyGets or sets the character that will be used to separate the fields of a Row.  
    Public PropertyGets or sets the character used to delimit the value of a string field, or of a date or numeric field if a whitespace is contained within.  
    Top
    See Also