Back to Devexpress

ClipboardRowPastingEventArgs.Columns Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowpastingeventargs-9c799999.md

latest1.2 KB
Original Source

ClipboardRowPastingEventArgs.Columns Property

Gets an array of target columns.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ColumnBase[] Columns { get; }
vb
Public ReadOnly Property Columns As ColumnBase()

Property Value

TypeDescription
ColumnBase[]

Target columns.

|

Remarks

Refer to the Paste Operations topic to learn more.

See Also

ClipboardRowPastingEventArgs Class

ClipboardRowPastingEventArgs Members

DevExpress.Xpf.Grid Namespace