Skip to main content
All docs
V25.1
  • GridClipboardDataProviderOptions(Boolean, Boolean) Constructor

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

    Namespace: DevExpress.XtraGrid.Views.Printing

    Assembly: DevExpress.XtraGrid.v25.1.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