The following tables list the members exposed by TextExporter.
Public Properties
Public Methods
Protected Methods
| Name | Description |
| StartDataItem | Called 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) |
| StartDataItemField | Called 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) |
| StartExport | Called when a request is made to start (i.e., initialize) an export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StartGroup | Called 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) |
| StartHeader | Called 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) |
| StartHeaderField | Called 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) |
| StopDataItem | Called to stop (i.e., finalize) the export operation of a data item. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StopDataItemField | Called to stop (i.e., finalize) the export operation of a data item's field. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StopExport | Called to stop (i.e., finalize) the export operation. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StopGroup | Called to stop (i.e., finalize) the export operation of a group. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StopHeader | Called to stop (i.e., finalize) the export operation of a header row. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
| StopHeaderField | Called to stop (i.e., finalize) the export operation of a header row's field. (Inherited from Xceed.Silverlight.DataGrid.Export.ExporterBase) |
Top
See Also