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