Skip to main content

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