windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-daf14a5f.md
Provides data for the clipboard in a variety of formats (plain text, rich text, plain unicode text, CSV, BIFF8, HTML).
Namespace : DevExpress.XtraGrid.Views.Printing
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class GridClipboardDataProvider :
ClipboardDataProvider<ColumnImplementer, DataRowImplementer>
Public Class GridClipboardDataProvider
Inherits ClipboardDataProvider(Of ColumnImplementer, DataRowImplementer)
The following members return GridClipboardDataProvider objects:
The GridView.ClipboardDataProvider property returns a GridClipboardDataProvider class instance.
Object DevExpress.XtraExport.Helpers.ClipboardDataProvider<DevExpress.XtraGrid.Views.Printing.ColumnImplementer, DevExpress.XtraGrid.Views.Printing.DataRowImplementer> GridClipboardDataProvider
See Also