ASP.NET Pack Programmer's Guide
TableNode.Cell.ToolTip Property
See Also
 





Gets or sets the tooltip text associated with the cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string ToolTip { get; set; }

Visual Basic  Copy Code

Public Property ToolTip As String

 Property Value

The tool-tip text displayed for this cell. The default is an empty string.

 Remarks

For more information, see the DiagramItem.ToolTip property.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming Namespace