Class SelectionMode
Specifies the element which must be selected when click event is performed in treemap.
Inheritance
System.Object
SelectionMode
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SelectionMode : Enum
Fields
All
Selects all the related nodes when the click operation is done on the treemap item.
Declaration
public const SelectionMode All
Field Value
Type |
---|
SelectionMode |
Child
Selects the treemap item and the child level when the click operation is done on the treemap item.
Declaration
public const SelectionMode Child
Field Value
Type |
---|
SelectionMode |
Item
Selects the treemap item when the click operation is done on the treemap item.
Declaration
public const SelectionMode Item
Field Value
Type |
---|
SelectionMode |
Parent
Selects the treemap item and parent level when the click operation is done on the treemap item.
Declaration
public const SelectionMode Parent
Field Value
Type |
---|
SelectionMode |