Class LegendItemElementCreatingEventArgs
Inheritance
System.Object
System.EventArgs
LegendItemElementCreatingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
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.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LegendItemElementCreatingEventArgs : EventArgs
Constructors
LegendItemElementCreatingEventArgs(TreeMapDataItemGroup)
Initializes a new instance of the LegendItemElementCreatingEventArgs class.
Declaration
public LegendItemElementCreatingEventArgs(TreeMapDataItemGroup groupItem)
Parameters
TreeMapDataItemGroup
groupItem
The group item. |
Properties
GroupItem
Gets the group item which holds the data.
Declaration
public TreeMapDataItemGroup GroupItem { get; }
Property Value
TreeMapDataItemGroup
|
ItemElement
Gets or sets the item element that will be created.
Declaration
public LegendItemElement ItemElement { get; set; }
Property Value
LegendItemElement
|