menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class TreeMapSelectedEventArgs

    Class implementation for TreeMapSelectedEventArgs

    Inheritance
    System.Object
    TreeMapSelectedEventArgs
    Namespace: Com.Syncfusion.Treemap
    Assembly: Syncfusion.SfTreeMap.Android.dll
    Syntax
    public class TreeMapSelectedEventArgs : EventArgs

    Constructors

    TreeMapSelectedEventArgs()

    Declaration
    public TreeMapSelectedEventArgs()

    Properties

    IsSelected

    Gets a value indicating whether an item is selected on not.

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type
    System.Boolean

    Item

    Gets the treemap item

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved