Back to Devexpress

GridClipboardDataProvider Class

wpf-devexpress-dot-xpf-dot-grid-dot-printing.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class GridClipboardDataProvider :
    ClipboardDataProvider<ColumnWrapper, RowBaseWrapper>
vb
Public Class GridClipboardDataProvider
    Inherits ClipboardDataProvider(Of 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

GridClipboardDataProvider Members

DevExpress.Xpf.Grid.Printing Namespace