alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum CopyHierarchyType

    Defines the types of CopyHierarchyMode.
    Parent - Clipboard value will have the selected records with its parent records.
    Child - Clipboard value will have the selected records with its child record.
    Both - Clipboard value will have the selected records with its both parent and child record.
    None - Only the selected records will be in the clipboard.

    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum CopyHierarchyType

    Fields

    Name Description
    Both

    Clipboard value have the selected records with its both parent and child record.

    Child

    Clipboard value have the selected records with its child record.

    None

    Only the selected records will be in the clipboard.

    Parent

    Clipboard value have the selected records with its parent records.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved