Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.XtraTreeList.Printing

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public static void WithBandHeaders(
    this ClipboardNodeCopyingEventArgs args,
    Action<ClipboardHeaderInfoCollection> action
)

Parameters

Name Type
args ClipboardNodeCopyingEventArgs
action Action<DevExpress.XtraTreeList.Printing.ClipboardHeaderInfoCollection>
See Also