PowerWEB LiveControls for ASP.NET
Target Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLinkColumn Class : Target Property



Gets or sets the target window or frame to display the Web page content linked to when the hyperlink in the column is clicked.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("HyperLinkColumn Target")>
<CategoryAttribute("Behavior")>
Public Overridable Property Target As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLinkColumn
Dim value As String
 
instance.Target = value
 
value = instance.Target
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("HyperLinkColumn Target")]
[CategoryAttribute("Behavior")]
public virtual string Target {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("HyperLinkColumn Target")]
[CategoryAttribute("Behavior")]
public:
virtual property String^ Target {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkColumn.Target.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.