Class TreeMapInitialDrillSettings
Inheritance
System.Object
TreeMapInitialDrillSettings
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
GroupIndex
Sets and gets the initial rendering level index in the treemap component.
Declaration
public double GroupIndex { get; set; }
Property Value
Type |
Description |
System.Double |
|
GroupName
Sets and gets the initial rendering level name in the treemap component.
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides