DataGridViewCellToolTipTextNeededEventArgs::ToolTipText Property
.NET Framework (current version)
Gets or sets the ToolTip text.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This property initially contains the value of the DataGridViewCell::ToolTipText property if it has been set for a cell.
The following code example sets the ToolTipText property depending on which cell the cursor is over. In this example, the ToolTipText is filled with information from hidden columns in the DataGridView.
.NET Framework
Available since 2.0
Available since 2.0
Show: