Skip to main content
A newer version of this page is available. .

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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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