menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CopyHierarchyType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    CopyHierarchyType
    Namespace: Syncfusion.Blazor.TreeGrid
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class CopyHierarchyType : Enum

    Fields

    Both

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

    Declaration
    public const CopyHierarchyType Both
    Field Value
    Type
    CopyHierarchyType

    Child

    Clipboard value have the selected records with its child record.

    Declaration
    public const CopyHierarchyType Child
    Field Value
    Type
    CopyHierarchyType

    None

    Only the selected records will be in the clipboard.

    Declaration
    public const CopyHierarchyType None
    Field Value
    Type
    CopyHierarchyType

    Parent

    Clipboard value have the selected records with its parent records.

    Declaration
    public const CopyHierarchyType Parent
    Field Value
    Type
    CopyHierarchyType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved