Intersoft ClientUI Documentation
UseSystemCultureSeparator Property



If set, the RadGridView will use the system List Separator string, specified in Control Panel's Regional Options, to separate cells. This property overrides the ColumnDelimiter property.
Syntax
Public Property UseSystemCultureSeparator As Boolean
Dim instance As UXGridViewCsvExportOptions
Dim value As Boolean
 
instance.UseSystemCultureSeparator = value
 
value = instance.UseSystemCultureSeparator
public bool UseSystemCultureSeparator {get; set;}
public:
property bool UseSystemCultureSeparator {
   bool get();
   void set (    bool value);
}
Remarks
This property overrides the ColumnDelimiter property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridViewCsvExportOptions Class
UXGridViewCsvExportOptions Members

Send Feedback