Skip to main content
All docs
V25.1
  • ClipboardNodeCopyingEventArgs.Values Property

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

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.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