Skip to main content

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.v23.2.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