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

In This Topic
    ContentTemplate Property (DataGridHyperlinkColumn)
    In This Topic
    Gets or sets the content template of the hyperlink.
    Syntax
    'Declaration
     
    
    Public Property ContentTemplate As DataTemplate
    public DataTemplate ContentTemplate {get; set;}

    Property Value

    The content template of the hyperlink.
    See Also