The key of the column used as a ToolTip
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string ToolTipColumnKey { get; set; } |
| Visual Basic |
|---|
Public Property ToolTipColumnKey As String Get Set |
| JScript |
|---|
function get ToolTipColumnKey () : String function set ToolTipColumnKey (value : String) |
Remarks
The string MUST be a valid Column Key. Otherwise the ToolTips will be disabled in runtime mode.
Given an GdxColumn use the GetKey()()()() method to get the related key.