Provides data for the ScreenTipShowing event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TreeMapScreenTipEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsTreeMapScreenTipEventArgs
Inherited Members
Constructors
Initializes a new instance of the TreeMapScreenTipEventArgs class.
C#
public TreeMapScreenTipEventArgs(RadOffice2007ScreenTipElement screenTip, Point location, TreeMapDataItem item)
The screen tip.
locationPointThe screen tip location.
itemTreeMapDataItemThe data item or group.
Properties
Gets or sets the ScreenTip caption.
C#
public string CaptionText { get; set; }
Gets or sets the ScreenTip footer.
C#
public string FooterText { get; set; }
Gets the data item or group. If the item is group item can be casted to TreeMapDataItemGroup.
C#
public TreeMapDataItem Item { get; }
Gets the screen tip.
C#
public RadOffice2007ScreenTipElement ScreenTip { get; }