GridClipboardDataProvider Class
Allows you to return data for the clipboard in a variety of formats (plain text, rich text, plain unicode text, CSV, Biff8, HTML).
Namespace: DevExpress.Xpf.Grid.Printing
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
public class GridClipboardDataProvider :
ClipboardDataProvider<ColumnWrapper, RowBaseWrapper>
Related API Members
The following members return GridClipboardDataProvider objects:
Inheritance
Object
DevExpress.XtraExport.Helpers.ClipboardDataProvider<DevExpress.Xpf.Grid.Printing.ColumnWrapper, DevExpress.Xpf.Grid.Printing.RowBaseWrapper>
GridClipboardDataProvider
See Also