Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridClipboardDataProvider Class

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.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public class GridClipboardDataProvider :
    ClipboardDataProvider<ColumnImplementer, DataRowImplementer>

The following members return GridClipboardDataProvider objects:

#Remarks

The GridView.ClipboardDataProvider property returns a GridClipboardDataProvider class instance.

#Inheritance

Object
DevExpress.XtraExport.Helpers.ClipboardDataProvider<DevExpress.XtraGrid.Views.Printing.ColumnImplementer, DevExpress.XtraGrid.Views.Printing.DataRowImplementer>
GridClipboardDataProvider
See Also