Xceed DataGrid for Silverlight Documentation
CsvExporter Class Members
Properties  Methods 


The following tables list the members exposed by CsvExporter.

Public Constructors
 NameDescription
Public ConstructorCsvExporter ConstructorInitializes a new instance of the CsvExporter class specifying the datagrid that contains the data items to export.  
Top
Public Properties
 NameDescription
Public PropertyFormatSettingsfasGets the CSV format settings that will be used for the copy.  
Public PropertyIncludeColumnHeadersGets or sets a value indicating whether column headers will be exported. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public PropertyUseFieldNamesInHeadersGets or sets a value indicating whether the column field names should be displayed in the column headers rather than the column titles. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Top
Protected Properties
 NameDescription
Protected PropertyBaseStreamGets the base stream used for the export. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Top
Public Methods
 NameDescription
Public MethodBeginExportBegins the asynchronous export operation specifying the stream to which to export the data items and the selection range representing the items to export. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodCancelExportCancels the asynchronous export operation (see Remarks). (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodEndExportEnds the asynchronous export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodExportSynchronously exports the specified data items to the provided stream. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Public MethodExportToText (Inherited from Xceed.Silverlight.DataGrid.Export.TextExporter)
Top
Protected Methods
 NameDescription
Protected MethodStartDataItemOverridden. Called when a request is made to export a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartDataItemFieldOverridden. Called when a request is made to export a field in a data item in order to start (i.e., initialize) the operation.  
Protected MethodStartExportOverridden. Called when a request is made to start (i.e., initialize) an export operation.  
Protected MethodStartGroupCalled when a request is made to export a group in order to start (i.e., initialize) the operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStartHeaderCalled when a request is made to export a header row in order to start (i.e., initialize) the operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStartHeaderFieldOverridden. Called when a request is made to export a field in a header row in order to start (i.e., initialize) the operation.  
Protected MethodStopDataItemOverridden. Called to stop (i.e., finalize) the export operation of a data item.  
Protected MethodStopDataItemFieldCalled to stop (i.e., finalize) the export operation of a data item's field. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopExportOverridden. Called to stop (i.e., finalize) the export operation.  
Protected MethodStopGroupCalled to stop (i.e., finalize) the export operation of a group. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopHeaderOverridden. Called to stop (i.e., finalize) the export operation of a header row.  
Protected MethodStopHeaderFieldCalled to stop (i.e., finalize) the export operation of a header row's field. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Top
See Also

Reference

CsvExporter Class
Xceed.Silverlight.DataGrid.Export Namespace

Manipulating Data

Exporting Data

Send Feedback