Skip to main content
All docs
V25.1
  • GridClipboardDataProvider(ClipboardExportManagerBase<ColumnImplementer, DataRowImplementer>) Constructor

    Initializes a new instance of the GridClipboardDataProvider class with specified settings. For internal use.

    Namespace: DevExpress.XtraGrid.Views.Printing

    Assembly: DevExpress.XtraGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public GridClipboardDataProvider(
        ClipboardExportManagerBase<ColumnImplementer, DataRowImplementer> manager
    )

    Parameters

    Name Type Description
    manager DevExpress.XtraExport.Helpers.ClipboardExportManagerBase<DevExpress.XtraGrid.Views.Printing.ColumnImplementer, DevExpress.XtraGrid.Views.Printing.DataRowImplementer>

    The clipboard manager. For internal use.

    See Also