Class TreeMapInitialDrillSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapInitialDrillSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.AspNetMvc.TreeMap.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 |