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

ClipboardRowCellValuePastingEventArgs.Column Property

Gets a column where a new cell value is pasted.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public ColumnBase Column { get; }

Property Value

Type Description
ColumnBase

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

See Also