ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1HyperLinkField Class / Target Property

In This Topic
    Target Property
    In This Topic
    Gets or sets the window or frame where content appears when a hyperlink is clicked.
    Syntax
    'Declaration
     
    Public Overridable Property Target As System.String
    public virtual System.string Target {get; set;}
    Remarks
    If this property is not set, the browser or window with focus refreshes when a hyperlink in the column is clicked.
    See Also