Class TreeMapSelectionSettings
Inheritance
System.Object
TreeMapSelectionSettings
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapSelectionSettings : EJTagHelper
Constructors
TreeMapSelectionSettings()
Declaration
public TreeMapSelectionSettings()
Properties
Border
Sets and gets the border of the selected items in the treemap component.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Enable
Enables or disables the selection functionality in the treemap component.
Declaration
public bool Enable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Fill
Sets and gets the color of the selection when the leaf item is selected in the treemap component.
Declaration
public string Fill { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Mode
Sets and gets the element in which selection must be done in the treemap component.
Declaration
public SelectionMode Mode { get; set; }
Property Value
Opacity
Sets and gets the opacity of the selection when the leaf item is selected in the treemap component.
Declaration
public string Opacity { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides