'Declaration Public Class CsvClipboardExporter Inherits ClipboardExporterBase
'Usage Dim instance As CsvClipboardExporter
public class CsvClipboardExporter : ClipboardExporterBase
'Declaration Public Class CsvClipboardExporter Inherits ClipboardExporterBase
'Usage Dim instance As CsvClipboardExporter
public class CsvClipboardExporter : ClipboardExporterBase
System.Object
Xceed.Wpf.DataGrid.Export.ClipboardExporterBase
Xceed.Wpf.DataGrid.Export.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 Xceed.Wpf.DataGrid.Export.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 Xceed.Wpf.DataGrid.Export.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 Xceed.Wpf.DataGrid.Export.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 Xceed.Wpf.DataGrid.Export.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. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2