menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapAdapter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved