Skip to main content

ClipboardNodeCopyingEventArgs.Values Property

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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