GridClipboardDataProviderOptions(Boolean, Boolean) Constructor
Initializes a new instance of the GridClipboardDataProviderOptions class with specified settings.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public GridClipboardDataProviderOptions(
bool copyColumnHeaders = true,
bool copyCollapsedData = true
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
copyColumnHeaders | Boolean | True | true, to copy column headers to the clipboard; otherwise, false. |
copyCollapsedData | Boolean | True | true, to copy collapsed groups to the clipboard; otherwise, false. |
See Also