Name | Description | |
---|---|---|
![]() | HtmlClipboardExporter Constructor | Initializes a new instance of the HtmlClipboardExporter class. |
The following tables list the members exposed by HtmlClipboardExporter.
Name | Description | |
---|---|---|
![]() | HtmlClipboardExporter Constructor | Initializes a new instance of the HtmlClipboardExporter class. |
Name | Description | |
---|---|---|
![]() | FormatSettings | Gets the HtmlFormatSettings 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 | Overridden. Called after each exporter has processed the data being copied. |
![]() | EndHeader | Overridden. 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. (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 | Overridden. Called before each exporter processes the data being copied. |
![]() | 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. |