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

ClipboardValueInfoCollection.Item[ColumnBase] Property

Gets information about the copied grid element that is located in the specified column.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ClipboardValueInfo this[ColumnBase column] { get; }

Parameters

Name Type Description
column ColumnBase

The grid column.

Property Value

Type Description
ClipboardValueInfo

Information about the copied grid element.

See Also