GridClipboardDataProvider.GetData(GridClipboardDataProviderOptions) Method
Returns data for the clipboard in all supported formats.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public DataObject GetData(
GridClipboardDataProviderOptions options
)
Public Function GetData(
options As GridClipboardDataProviderOptions
) As DataObject
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
Feedback