ClipboardRowCopyingEventArgsExtensions.WithGroupSummary(ClipboardRowCopyingEventArgs, Action<ClipboardValueInfoCollection>) Method
In This Article
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
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public static void WithGroupSummary(
this ClipboardRowCopyingEventArgs args,
Action<ClipboardValueInfoCollection> action
)
#Parameters
Name | Type | Description |
---|---|---|
args | Clipboard |
The object extended with this method. |
action | Action<DevExpress. |
The action that accepts the processed cell values, column or band headers, group row header, or summaries in the group row. |
See Also