Specifies the format of the text visualized in the header of the cursor tooltip. You can use %x as a placeholder for the field key (X axis).
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public string CursorHeader { get; set; } |
| Visual Basic |
|---|
Public Property CursorHeader As String Get Set |
| JScript |
|---|
function get CursorHeader () : String function set CursorHeader (value : String) |