Intersoft ClientUI Documentation
UXGridViewCsvExportOptions Class Members
See Also  Fields  Properties  Send Feedback
Intersoft.Client.UI.Data Namespace : UXGridViewCsvExportOptions Class


The following tables list the members exposed by UXGridViewCsvExportOptions.

Public Constructors

 NameDescription
public ConstructorUXGridViewCsvExportOptions ConstructorCreates a new instance of the UXGridViewCsvExportOptions class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)DefaultColumnDelimiterThe column delimiter that will be used if other options are not specified.  
public Fieldstatic (Shared in Visual Basic)DefaultRowDelimiterThe row delimiter that will be used if other options are not specified.  
Top

Public Properties

 NameDescription
public PropertyColumnDelimiterThe string that will separate cells. The UseSystemCultureSeparator property overrides this one.  
public PropertyCultureExport culture. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyEncodingExport encoding. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyFormatOverridden. Export format.  
public PropertyIncludeColumnFootersInclude column footers on export. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyIncludeColumnHeadersInclude column headers on export. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyIncludeGroupFootersInclude group footers on export. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyItemsItems to be exported. (Inherited from Intersoft.Client.UI.Data.UXGridViewExportOptions)
public PropertyRowDelimiterThe string that will separate rows.  
public PropertyUseSystemCultureSeparatorIf 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.  
Top

See Also

© 2012 All Rights Reserved.