Skip to main content
All docs
V26.1
  • ClipboardRowCopyingEventArgsExtensions.WithGroup(ClipboardRowCopyingEventArgs, Action<ClipboardValueInfo>) Method

    Invokes the specified method that accepts a group row value as a parameter.

    Namespace: DevExpress.XtraGrid.Views.Printing

    Assembly: DevExpress.XtraGrid.v26.1.dll

    Declaration

    public static void WithGroup(
        this ClipboardRowCopyingEventArgs args,
        Action<ClipboardValueInfo> action
    )

    Parameters

    Name Type Description
    args ClipboardRowCopyingEventArgs

    The object extended with this method.

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

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

    See Also