Skip to main content
All docs
V25.1
  • 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.1.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