Xceed DataGrid for Silverlight Documentation
Culture Property


Gets or sets the culture used for the export/clipboard copy.
Syntax
'Declaration
 
Public Property Culture As CultureInfo
'Usage
 
Dim instance As FormatSettingsBase
Dim value As CultureInfo
 
instance.Culture = value
 
value = instance.Culture
public CultureInfo Culture {get; set;}

Property Value

A CultureInfo object representing the culture used for the export/clipboard copy. By default, a null reference (Nothing in Visual Basic).
Remarks
If a null reference (Nothing in Visual Basic), an invariant culture will be used. This is preferable in order to obtain a CSV that is more universal.
Requirements

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

See Also

Reference

FormatSettingsBase Class
FormatSettingsBase Members

Send Feedback