Xceed DataGrid for Silverlight Documentation
Separator Property (CsvFormatSettings)


Gets or sets the character that will be used to separate the fields in a row.
Syntax
'Declaration
 
Public Property Separator As Char
'Usage
 
Dim instance As CsvFormatSettings
Dim value As Char
 
instance.Separator = value
 
value = instance.Separator
public char Separator {get; set;}

Property Value

A char representing the character that will be used to separate the fields in a row. By default, CultureInfo.CurrentCulture.TextInfo.ListSeparator[ 0 ].
Requirements

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

See Also

Reference

CsvFormatSettings Class
CsvFormatSettings Members

Send Feedback