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.v24.1.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