Skip to main content

GridClipboardDataProvider.GetData(GridClipboardDataProviderOptions) Method

Returns data for the clipboard in all supported formats.

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public DataObject GetData(
    GridClipboardDataProviderOptions options
)

Parameters

Name Type Description
options GridClipboardDataProviderOptions

An object that contains a set of options that specify whether to copy column headers, collapsed groups, and other elements to the clipboard.

Returns

Type Description
DataObject

An object that specifies data that should be passed to the clipboard.

See Also