Specifies if the content of the column is visualized as Hyperlink

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsHyperlink { get; set; }
Visual Basic
Public Property IsHyperlink As Boolean
	Get
	Set
JScript
function get IsHyperlink () : boolean
function set IsHyperlink (value : boolean)

Remarks

The text is converted to an Hyperlink ONLY if it's a valid Uri

See Also