TreeMapDataItem
Class
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[TypeConverter(typeof(TreeMapDataItemTypeConverter))]
public class TreeMapDataItem : IDataItem, INotifyPropertyChanged, IDisposable
Inheritance: objectTreeMapDataItem
Derived Classes:
Implements:
Constructors
C#
public TreeMapDataItem()
Properties
Gets the value used by the tree map algorithm.
C#
[Browsable(false)]
public double? AlgorithmValue { get; }
Gets or sets the bounds of the item.
C#
[Browsable(false)]
public RectangleF Bounds { get; set; }
C#
[Browsable(false)]
public object DataBoundItem { get; set; }
Implements:
C#
public int FieldCount { get; }
Implements:
C#
[Browsable(true)]
public virtual TreeMapDataItemGroup Group { get; set; }
C#
[Browsable(false)]
public RadTreeMapElement Owner { get; }
Gets or sets the item style.
C#
[Browsable(false)]
public TreeMapItemStyle Style { get; set; }
Gets or sets the tag.
C#
[Bindable(true)]
[TypeConverter(typeof(StringConverter))]
public object Tag { get; set; }
Methods
C#
public virtual void Dispose()
Implements:
C#
protected virtual void OnNotifyPropertyChanged(PropertyChangedEventArgs args)
C#
protected virtual void OnNotifyPropertyChanged(string propertyName)
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: