Skip to main content

ClipboardValueInfoCollection Class

Stores information about the copied grid element (a column headers collection, group row, or data row) with its appearance settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class ClipboardValueInfoCollection :
    ClipboardItemInfoCollectionBase<ColumnBase, ClipboardValueInfo>

The following members return ClipboardValueInfoCollection objects:

Inheritance

Object
DevExpress.XtraExport.Helpers.ClipboardItemInfoCollectionBase<ColumnBase, ClipboardValueInfo>
ClipboardValueInfoCollection
See Also