Class GridElementToolTipTextNeededEventArgs
Provides data for the ToolTipTextNeeded event used with GridTableElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridElementToolTipTextNeededEventArgs : ToolTipTextNeededEventArgs
Constructors
GridElementToolTipTextNeededEventArgs(ToolTip, Int32, GridViewRowInfo, String)
Initializes a new instance of the GridElementToolTipTextNeededEventArgs class.
Declaration
public GridElementToolTipTextNeededEventArgs(ToolTip toolTip, int rowIndex, GridViewRowInfo row, string tooltipText)
Parameters
|
System.Windows.Forms.ToolTip
toolTip
The tool tip that will be shown. |
|
System.Int32
rowIndex
The row index of the first visible row. that is |
|
GridViewRowInfo
row
The first visible GridViewRowInfo |
|
System.String
tooltipText
The default tooltip text |
Properties
Row
Gets the first visible GridViewRowInfo.
Declaration
public GridViewRowInfo Row { get; }
Property Value
|
GridViewRowInfo
|
RowIndex
Gets the row index of the first visible row.
Declaration
public int RowIndex { get; }
Property Value
|
System.Int32
|