Skip to main content
All docs
V25.1
  • TreeListClipboardDataProviderOptions.CopyNodeHierarchy Property

    Gets or sets whether to copy the tree hierarchy (indents) to the clipboard.

    Namespace: DevExpress.XtraTreeList.Printing

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public bool CopyNodeHierarchy { get; set; }

    Property Value

    Type Description
    Boolean

    true, to copy the tree hierarchy (indents) to the clipboard; otherwise, false.

    See Also