ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridHyperlinkColumn Class / TargetName Property

In This Topic
    TargetName Property (DataGridHyperlinkColumn)
    In This Topic
    Gets or sets the name of the target window or frame that the Web page should open in, or the name of the object within the Silverlight application to navigate to.
    Syntax
    'Declaration
     
    
    Public Property TargetName As String
    public string TargetName {get; set;}
    See Also