Back to Devexpress

ClipboardRowCellValuePastingEventArgs.Column Property

wpf-devexpress-dot-xpf-dot-grid-dot-clipboardrowcellvaluepastingeventargs-22b2879e.md

latest1.2 KB
Original Source

ClipboardRowCellValuePastingEventArgs.Column Property

Gets a column where a new cell value is pasted.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ColumnBase Column { get; }
vb
Public ReadOnly Property Column As ColumnBase

Property Value

TypeDescription
ColumnBase

A ColumnBase object that is a column that owns the pasted cell.

|

See Also

ClipboardRowCellValuePastingEventArgs Class

ClipboardRowCellValuePastingEventArgs Members

DevExpress.Xpf.Grid Namespace