Class TreeMapAdapter
Class implementation for TreeMapAdapter
Inheritance
System.Object
TreeMapAdapter
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class TreeMapAdapter : Object
Constructors
TreeMapAdapter()
Declaration
public TreeMapAdapter()
Methods
GetTreeMapItemView(TreeMapItem)
This method is used to get the treemap item view
Declaration
public virtual View GetTreeMapItemView(TreeMapItem item)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeMapItem | item | To set the item |
Returns
| Type | Description |
|---|---|
| Android.Views.View | Returns the view |