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

GridClipboardDataProvider(ClipboardExportManagerBase<ColumnWrapper, RowBaseWrapper>) Constructor

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

Namespace: DevExpress.Xpf.Grid.Printing

Assembly: DevExpress.Xpf.Grid.v21.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridClipboardDataProvider(
    ClipboardExportManagerBase<ColumnWrapper, RowBaseWrapper> manager
)

Parameters

Name Type Description
manager DevExpress.XtraExport.Helpers.ClipboardExportManagerBase<DevExpress.Xpf.Grid.Printing.ColumnWrapper, DevExpress.Xpf.Grid.Printing.RowBaseWrapper>

The clipboard manager. For internal use.

See Also