menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeMapItemSelectedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeMapItemSelectedEventArgs

    Class implementation for TreeMapItemSelectedEventArgs

    Inheritance
    System.Object
    TreeMapItemSelectedEventArgs
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapItemSelectedEventArgs : EventArgs

    Constructors

    TreeMapItemSelectedEventArgs()

    Declaration
    public TreeMapItemSelectedEventArgs()

    Properties

    IsSelected

    Gets or sets a value indicating whether an item is selected or not

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

    Item

    Gets or Sets the selected treemap item

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved