ClipboardRowCopyingEventArgsExtensions.WithGroupSummary(ClipboardRowCopyingEventArgs, Action<ClipboardValueInfoCollection>) Method
Invokes the specified method that accepts the collection of summary values in a group row as a parameter.
Namespace: DevExpress.XtraGrid.Views.Printing
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
public static void WithGroupSummary(
this ClipboardRowCopyingEventArgs args,
Action<ClipboardValueInfoCollection> action
)
Parameters
Name | Type | Description |
---|---|---|
args | ClipboardRowCopyingEventArgs | The object extended with this method. |
action | Action<DevExpress.XtraGrid.Views.Printing.ClipboardValueInfoCollection> | The action that accepts the processed cell values, column or band headers, group row header, or summaries in the group row. |
See Also