Intersoft WebGrid Documentation
HyperlinkDisplayText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : HyperlinkDisplayText Property






Gets or sets the text used for the hyperlink's display.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the text used for the hyperlink's display.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property HyperlinkDisplayText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As String
 
instance.HyperlinkDisplayText = value
 
value = instance.HyperlinkDisplayText
C# 
[DescriptionAttribute("Gets or sets the text used for the hyperlink's display.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public string HyperlinkDisplayText {get; set;}
Delphi 
public read-write property HyperlinkDisplayText: String; 
JScript 
DescriptionAttribute("Gets or sets the text used for the hyperlink's display.")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get,set HyperlinkDisplayText : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the text used for the hyperlink's display.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_HyperlinkDisplayText();
public: __property void set_HyperlinkDisplayText( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the text used for the hyperlink's display.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property String^ HyperlinkDisplayText {
   String^ get();
   void set (    String^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.