Skip to main content

GridClipboardDataProviderOptions(Boolean, Boolean) Constructor

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

Namespace: DevExpress.XtraGrid.Views.Printing

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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