Click or drag to resize
StyleToolTip Property
Gets or sets the string used for the cell tool tip.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute("")]
public string ToolTip { get; set; }

Property Value

Type: String
The text used in the tool tip.
See Also