New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class LegendItemElementCreatingEventArgs : EventArgs

Inheritance: objectEventArgsLegendItemElementCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the LegendItemElementCreatingEventArgs class.

C#
public LegendItemElementCreatingEventArgs(TreeMapDataItemGroup groupItem)
Parameters:groupItemTreeMapDataItemGroup

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; }