Back to Devexpress

ClipboardNodeCopyingEventArgsExtensions.WithGroup(ClipboardNodeCopyingEventArgs, Action<ClipboardValueInfo>) Method

windowsforms-devexpress-dot-xtratreelist-dot-printing-dot-clipboardnodecopyingeventargsextensions-dot-withgroup-x28-clipboardnodecopyingeventargs-action-clipboardvalueinfo-x29.md

latest2.2 KB
Original Source

ClipboardNodeCopyingEventArgsExtensions.WithGroup(ClipboardNodeCopyingEventArgs, Action<ClipboardValueInfo>) Method

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

Namespace : DevExpress.XtraTreeList.Printing

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public static void WithGroup(
    this ClipboardNodeCopyingEventArgs args,
    Action<ClipboardValueInfo> action
)
vb
<ExtensionAttribute>
Public Shared Sub WithGroup(
    args As ClipboardNodeCopyingEventArgs,
    action As Action(Of ClipboardValueInfo)
)

Parameters

NameTypeDescription
argsClipboardNodeCopyingEventArgs

The object extended with this method.

| | action | Action<DevExpress.XtraTreeList.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

ClipboardNodeCopyingEventArgsExtensions Class

ClipboardNodeCopyingEventArgsExtensions Members

DevExpress.XtraTreeList.Printing Namespace