skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TreeMapData

Represents a data item, which holds the information for a single RadTreeMapItem.

Inheritance
System.Object
TreeMapData
GroupData
HierarchicalData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public abstract class TreeMapData : INotifyPropertyChanged

Properties

Children

Gets the children.

Declaration
public virtual IEnumerable Children { get; }
Property Value
System.Collections.IEnumerable

The children.

DataItem

Gets or sets the data item.

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

The data item.

Depth

Gets the depth.

Declaration
public int Depth { get; }
Property Value
System.Int32

The depth.

HasChildren

Gets a value indicating whether this instance has children.

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

True if this instance has children; otherwise, false.

Label

Gets the label specified by LabelPath.

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

The label.

LabelFormat

Gets the label format.

Declaration
public string LabelFormat { get; set; }
Property Value
System.String

The label path.

LabelPath

Gets the label path.

Declaration
public string LabelPath { get; set; }
Property Value
System.String

The label path.

ToolTip

Gets the tooltip specified by ToolTipPath.

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

The tool tip.

ToolTipAvailable

Gets a value indicating if a ToolTip is available.

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

The tool tip available.

ToolTipFormat

Gets the ToolTip format.

Declaration
public string ToolTipFormat { get; set; }
Property Value
System.String

The tool tip path.

ToolTipPath

Gets the ToolTip path.

Declaration
public string ToolTipPath { get; set; }
Property Value
System.String

The tool tip path.

ToolTipTemplate

Gets or sets the ToolTip template.

Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate

The tool tip template.

Value

Gets or sets the value.

Declaration
public abstract double Value { get; set; }
Property Value
System.Double

The value.

ValuePath

Gets or sets the value path.

Declaration
public virtual string ValuePath { get; set; }
Property Value
System.String

The value path.

Methods

OnChildrenChanged(IEnumerable, IEnumerable)

Called when Children changes.

Declaration
protected virtual void OnChildrenChanged(IEnumerable oldCollection, IEnumerable newCollection)
Parameters
System.Collections.IEnumerable oldCollection

The old collection.

System.Collections.IEnumerable newCollection

The new collection.

OnDataItemChanged(Object, Object)

Called when DataItem changed.

Declaration
protected virtual void OnDataItemChanged(object oldDataItem, object newDataItem)
Parameters
System.Object oldDataItem

The old data item.

System.Object newDataItem

The new data item.

OnDataItemPropertyChanged(Object, PropertyChangedEventArgs)

Called when a property on DataItem has changed.

Declaration
protected virtual void OnDataItemPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object sender

The sender.

System.ComponentModel.PropertyChangedEventArgs e

The System.ComponentModel.PropertyChangedEventArgs instance containing the event data.

OnPropertyChanged(String)

Called when property changed.

Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String propertyName

Name of the property.

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
System.String

A System.String that represents this instance.

Overrides
System.Object.ToString()

Events

PropertyChanged

Occurs when a property value changes.

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.