Skip to main content
All docs
V25.1
  • ClipboardRowCopyingEventArgsExtensions.WithColumnHeader(ClipboardRowCopyingEventArgs, Action<ClipboardHeaderInfoCollection>) Method

    Invokes the specified method that accepts the collection of column headers as a parameter.

    Namespace: DevExpress.XtraGrid.Views.Printing

    Assembly: DevExpress.XtraGrid.v25.1.dll

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

    Declaration

    public static void WithColumnHeader(
        this ClipboardRowCopyingEventArgs args,
        Action<ClipboardHeaderInfoCollection> action
    )

    Parameters

    Name Type Description
    args ClipboardRowCopyingEventArgs

    The object extended with this method.

    action Action<DevExpress.XtraGrid.Views.Printing.ClipboardHeaderInfoCollection>

    The action that accepts the processed cell values, column or band headers, group row header, or summaries in the group row.

    See Also