Back to Devexpress

ClipboardRowCopyingEventArgsExtensions.WithRow(ClipboardRowCopyingEventArgs, Action<ClipboardValueInfoCollection>) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-printing-dot-clipboardrowcopyingeventargsextensions-dot-withrow-x28-clipboardrowcopyingeventargs-action-clipboardvalueinfocollection-x29.md

latest2.2 KB
Original Source

ClipboardRowCopyingEventArgsExtensions.WithRow(ClipboardRowCopyingEventArgs, Action<ClipboardValueInfoCollection>) Method

Invokes the specified method that accepts the collection of cell values as a parameter.

Namespace : DevExpress.XtraGrid.Views.Printing

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public static void WithRow(
    this ClipboardRowCopyingEventArgs args,
    Action<ClipboardValueInfoCollection> action
)
vb
<ExtensionAttribute>
Public Shared Sub WithRow(
    args As ClipboardRowCopyingEventArgs,
    action As Action(Of ClipboardValueInfoCollection)
)

Parameters

NameTypeDescription
argsClipboardRowCopyingEventArgs

The object extended with this method.

| | action | Action<DevExpress.XtraGrid.Views.Printing.ClipboardValueInfoCollection> |

The action that accepts the processed cell values, column or band headers, group row header, or summaries in the group row.

|

See Also

ClipboardRowCopyingEventArgsExtensions Class

ClipboardRowCopyingEventArgsExtensions Members

DevExpress.XtraGrid.Views.Printing Namespace