'Declaration Public MustInherit Class ClipboardExporterBase
'Usage Dim instance As ClipboardExporterBase
public abstract class ClipboardExporterBase
'Declaration Public MustInherit Class ClipboardExporterBase
'Usage Dim instance As ClipboardExporterBase
public abstract class ClipboardExporterBase
System.Object
Xceed.Wpf.DataGrid.Export.ClipboardExporterBase
Xceed.Wpf.DataGrid.Export.CsvClipboardExporter
Xceed.Wpf.DataGrid.Export.HtmlClipboardExporter
Xceed.Wpf.DataGrid.Export.UnicodeCsvClipboardExporter
Name | Description | |
---|---|---|
![]() | IncludeColumnHeaders | Indicates whether column headers for each master / detail level should be copied to the clipboard. |
![]() | UseFieldNamesInHeader | Gets or sets a boolean value indicating whether the column titles or the column field names are displayed in the headers. |
Name | Description | |
---|---|---|
![]() | ClipboardData | Gets the data that will actually be set in the IDataObject provided to the Clipboard.SetDataObject method of the .NET Framework. |
Name | Description | |
---|---|---|
![]() | EndDataItem | Called after each data item is copied to the clipboard. |
![]() | EndDataItemField | Called after each field in a data item is copied to the clipboard. |
![]() | EndExporter | Called after each exporter has processed the data being copied. |
![]() | EndHeader | Called after the headers of each master or detail level is copied to the clipboard. |
![]() | EndHeaderField | Called after each field in a header is copied to the clipboard. |
![]() | Indent | Increases the indent of a detail level. |
![]() | ResetExporter | Cleans the internal state of the exporter. |
![]() | StartDataItem | Called before each data item is copied to the clipboard. |
![]() | StartDataItemField | Called before each field in a data item is copied to the clipboard. |
![]() | StartExporter | Called before each exporter processes the data being copied. |
![]() | StartHeader | Called before the headers of each master or detail level is copied to the clipboard. |
![]() | StartHeaderField | Called before each field in a header is copied to the clipboard. |
![]() | Unindent | 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