menu

UWP

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

    Show / Hide Table of Contents

    Class TreeMapItem

    TreeMapItem

    Inheritance
    System.Object
    TreeMapItem
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.TreeMap
    Assembly: Syncfusion.SfTreeMap.UWP.dll
    Syntax
    public class TreeMapItem : Control, IDisposable

    Constructors

    TreeMapItem()

    Constructor

    Declaration
    public TreeMapItem()

    Fields

    ChildTreeMapItemsProperty

    // Using a DependencyProperty as the backing store for ChildTreeMapItems. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ChildTreeMapItemsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DataProperty

    // Using a DependencyProperty as the backing store for Data. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DataProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HeaderProperty

    // Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsGroupSelectedProperty

    // Using a DependencyProperty as the backing store for IsHeaderClicked. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty IsGroupSelectedProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LabelProperty

    // Using a DependencyProperty as the backing store for Label. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LabelProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    LeafNodesProperty

    // Using a DependencyProperty as the backing store for LeafNodes. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty LeafNodesProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ShowLabelsProperty

    // Using a DependencyProperty as the backing store for ShowLabels. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty ShowLabelsProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    ChildTreeMapItems

    Gets or Sets ChildTreeMapItems

    Declaration
    public List<TreeMapItem> ChildTreeMapItems { get; }
    Property Value
    Type
    System.Collections.Generic.List<TreeMapItem>

    Data

    Gets or Sets Data

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

    Header

    Gets or Sets Header

    Declaration
    public string Header { get; }
    Property Value
    Type
    System.String

    IsGroupSelected

    Gets or Sets IsGroupSelected values

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

    Label

    Gets or Sets Label

    Declaration
    public string Label { get; }
    Property Value
    Type
    System.String

    LeafNodes

    Gets or Sets LeafNodes

    Declaration
    public List<TreeMapLeafNode> LeafNodes { get; }
    Property Value
    Type
    System.Collections.Generic.List<TreeMapLeafNode>

    ShowLabels

    Gets or Sets ShowLabels

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

    TreeMapLevel

    TreeMapLevel

    Declaration
    public TreeMapLevel TreeMapLevel { get; }
    Property Value
    Type
    TreeMapLevel

    Methods

    Dispose()

    Dispose method

    Declaration
    public void Dispose()

    MeasureOverride(Size)

    MeasureOverride

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type
    Windows.Foundation.Size

    OnApplyTemplate()

    OnApplyTemplate

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

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