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