Xceed DataGrid for Silverlight Documentation
TextExporter Class Members
Properties  Methods 


The following tables list the members exposed by TextExporter.

Protected Constructors
 NameDescription
Protected ConstructorTextExporter Constructor  
Top
Public Properties
 NameDescription
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  
Top
Protected Methods
 NameDescription
Protected MethodStartDataItemCalled when a request is made to export a data item in order to start (i.e., initialize) the operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStartDataItemFieldCalled when a request is made to export a field in a data item in order to start (i.e., initialize) the operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStartExportCalled when a request is made to start (i.e., initialize) an export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
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 MethodStartHeaderFieldCalled when a request is made to export a field in a header row in order to start (i.e., initialize) the operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopDataItemCalled to stop (i.e., finalize) the export operation of a data item. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopDataItemFieldCalled to stop (i.e., finalize) the export operation of a data item's field. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopExportCalled to stop (i.e., finalize) the export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopGroupCalled to stop (i.e., finalize) the export operation of a group. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
Protected MethodStopHeaderCalled to stop (i.e., finalize) the export operation of a header row. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase)
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

TextExporter Class
Xceed.Silverlight.DataGrid.Export Namespace

Send Feedback