Class
LegendItemElementCreatingEventArgs

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class LegendItemElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsLegendItemElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

LegendItemElementCreatingEventArgs(TreeMapDataItemGroup)

Initializes a new instance of the LegendItemElementCreatingEventArgs class.

Declaration

cs-api-definition
public LegendItemElementCreatingEventArgs(TreeMapDataItemGroup groupItem)

Parameters

groupItem

TreeMapDataItemGroup

The group item.

Properties

GroupItem

Gets the group item which holds the data.

Declaration

cs-api-definition
public TreeMapDataItemGroup GroupItem { get; }

Property Value

TreeMapDataItemGroup

ItemElement

Gets or sets the item element that will be created.

Declaration

cs-api-definition
public LegendItemElement ItemElement { get; set; }

Property Value

LegendItemElement