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

ClipboardNodeCopyingEventArgsExtensions.WithRow(ClipboardNodeCopyingEventArgs, Action<ClipboardValueInfoCollection>) Method

Namespace: DevExpress.XtraTreeList.Printing

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

public static void WithRow(
    this ClipboardNodeCopyingEventArgs args,
    Action<ClipboardValueInfoCollection> action
)

Parameters

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