Enum SelectionMode
Specifies the element which must be selected when click event is performed in treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SelectionMode
Fields
| Name | Description |
|---|---|
| All | Selects all the related nodes when the click operation is done on the treemap item. |
| Child | Selects the treemap item and the child level when the click operation is done on the treemap item. |
| Item | Selects the treemap item when the click operation is done on the treemap item. |
| Parent | Selects the treemap item and parent level when the click operation is done on the treemap item. |