Class ItemScrollerToolTipTextNeededEventArgs<T>
Provides data for the ToolTipTextNeeded event used in ItemScroller
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ItemScrollerToolTipTextNeededEventArgs<T> : ToolTipTextNeededEventArgs
Type Parameters
T
|
Constructors
ItemScrollerToolTipTextNeededEventArgs(ToolTip, Int32, T, String)
Initializes a new instance of the GridElementToolTipTextNeededEventArgs class.
Declaration
public ItemScrollerToolTipTextNeededEventArgs(ToolTip toolTip, int itemIndex, T item, string tooltipText)
Parameters
System.Windows.Forms.ToolTip
toolTip
The tool tip. |
System.Int32
itemIndex
The row index of the first visible item. |
T
item
The first visible item. |
System.String
tooltipText
The default tooltip text. |
Properties
Item
Gets the item associated with this ToolTip.
Declaration
public T Item { get; }
Property Value
T
|
ItemIndex
Gets the item index of the first visible item.
Declaration
public int ItemIndex { get; }
Property Value
System.Int32
|