Class TreeMapInitialDrillSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapInitialDrillSettings
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapInitialDrillSettings : EJTagHelper
Constructors
TreeMapInitialDrillSettings()
Declaration
public TreeMapInitialDrillSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
GroupIndex
Sets and gets the initial rendering level index in the treemap.
Declaration
public double GroupIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
GroupName
Sets and gets the initial rendering level name in the treemap.
Declaration
public string GroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |