Xceed DataGrid for Silverlight Documentation
FormatSettings Property


fasGets the CSV format settings that will be used for the copy.
Syntax
'Declaration
 
Public Property FormatSettings As CsvFormatSettings
'Usage
 
Dim instance As CsvExporter
Dim value As CsvFormatSettings
 
instance.FormatSettings = value
 
value = instance.FormatSettings
public CsvFormatSettings FormatSettings {get; set;}

Property Value

A CsvFormatSetttings object that will be used for the copy.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CsvExporter Class
CsvExporter Members

Send Feedback