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

ClipboardNodeCopyingEventArgs.Values Property

Provides access to the collection of cells in the processed node.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public ClipboardValueInfoCollection Values { get; }

Property Value

Type Description
DevExpress.XtraTreeList.Printing.ClipboardValueInfoCollection

An object that represents a collection of cells.

See Also