Class TreeMapInitialDrillSettings
Sets and gets the properties for the initial drill down of the treemap component item.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
TreeMapInitialDrillSettings
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class TreeMapInitialDrillSettings : SfBaseComponent
Constructors
TreeMapInitialDrillSettings()
Declaration
public TreeMapInitialDrillSettings()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
GroupIndex
Sets and gets the initial rendering level index in the treemap component.
Declaration
public int GroupIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()