Name | Description | |
---|---|---|
CsvClipboardExporter Constructor | Initializes a new instance of the CsvClipboardExporter class. |
The following tables list the members exposed by CsvClipboardExporter.
Name | Description | |
---|---|---|
CsvClipboardExporter Constructor | Initializes a new instance of the CsvClipboardExporter class. |
Name | Description | |
---|---|---|
FormatSettings | Gets the CsvFormatSettings object that will be used for the copy. | |
IncludeColumnHeaders | Indicates whether column headers for each master / detail level should be copied to the clipboard. (Inherited from Xceed.Wpf.DataGrid.Export.ClipboardExporterBase) | |
UseFieldNamesInHeader | Gets or sets a boolean value indicating whether the column titles or the column field names are displayed in the headers. (Inherited from ClipboardExporterBase) |
Name | Description | |
---|---|---|
ClipboardData | Overridden. Gets the data that will actually be set in the IDataObject provided to the Clipboard.SetDataObject method of the .NET Framework. |
Name | Description | |
---|---|---|
EndDataItem | Overridden. Called after each data item is copied to the clipboard. | |
EndDataItemField | Called after each field in a data item is copied to the clipboard. (Inherited from Xceed.Wpf.DataGrid.Export.ClipboardExporterBase) | |
EndExporter | Called after each exporter has processed the data being copied. (Inherited from ClipboardExporterBase) | |
EndHeader | Overridden. Called after the headers of each master or detail level is copied. | |
EndHeaderField | Called after each field in a header is copied to the clipboard. (Inherited from ClipboardExporterBase) | |
Indent | Overridden. Increases the indent of a detail level. | |
ResetExporter | Overridden. Cleans the internal state of the exporter. | |
StartDataItem | Overridden. Called before each data item is copied to the clipboard. | |
StartDataItemField | Overridden. Called before each field in a data item is copied to the clipboard. | |
StartExporter | Called before each exporter processes the data being copied. (Inherited from ClipboardExporterBase) | |
StartHeader | Overridden. Called before the headers of each master or detail level is copied. | |
StartHeaderField | Overridden. Called before each field in a header is copied to the clipboard. | |
Unindent | Overridden. Decreases the indent of a detail level. |