Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class LegendItemElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsLegendItemElementCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the LegendItemElementCreatingEventArgs class.
C#
public LegendItemElementCreatingEventArgs(TreeMapDataItemGroup groupItem)
The group item.
Properties
Gets the group item which holds the data.
C#
public TreeMapDataItemGroup GroupItem { get; }
Gets or sets the item element that will be created.
C#
public LegendItemElement ItemElement { get; set; }