BCGControlBar Library for .NET
DetectHyperlinks Property




Specifies whether the Grid control should automatically detect hyperlinks.
Syntax
'Declaration
 
Public Property DetectHyperlinks As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
instance.DetectHyperlinks = value
 
value = instance.DetectHyperlinks
public bool DetectHyperlinks {get; set;}
public: __property bool get_DetectHyperlinks();
public: __property void set_DetectHyperlinks( 
   bool value
);
public:
property bool DetectHyperlinks {
   bool get();
   void set (    bool value);
}

Property Value

If this property is true, Grid control parses text of each text item and looks for http, mailto and ftp tokens. If the appropriate token is found, it automatically creates a hyperlink cell and sets GridDataItem.DataType property to GridDataType.Hyperlink.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback