Back to Devexpress

ClipboardNodeCopyingEventArgsExtensions.WithBandHeaders(ClipboardNodeCopyingEventArgs, Action<ClipboardHeaderInfoCollection>) Method

windowsforms-devexpress-dot-xtratreelist-dot-printing-dot-clipboardnodecopyingeventargsextensions-dot-withbandheaders-x28-clipboardnodecopyingeventargs-action-clipboardheaderinfocollection-x29.md

latest2.3 KB
Original Source

ClipboardNodeCopyingEventArgsExtensions.WithBandHeaders(ClipboardNodeCopyingEventArgs, Action<ClipboardHeaderInfoCollection>) Method

Invokes the specified method that accepts the collection of band headers 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 WithBandHeaders(
    this ClipboardNodeCopyingEventArgs args,
    Action<ClipboardHeaderInfoCollection> action
)
vb
<ExtensionAttribute>
Public Shared Sub WithBandHeaders(
    args As ClipboardNodeCopyingEventArgs,
    action As Action(Of ClipboardHeaderInfoCollection)
)

Parameters

NameTypeDescription
argsClipboardNodeCopyingEventArgs

The object extended with this method.

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

ClipboardNodeCopyingEventArgsExtensions Class

ClipboardNodeCopyingEventArgsExtensions Members

DevExpress.XtraTreeList.Printing Namespace