Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public class GridClipboardDataProvider :
    ClipboardDataProvider<ColumnWrapper, RowBaseWrapper>

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