Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridHyperlinkColumn Class / ContentBinding Property

In This Topic
    ContentBinding Property
    In This Topic
    Gets or sets the property path used to get the visible text of the hyperlink.
    Syntax
    'Declaration
     
    
    Public Property ContentBinding As String
    public string ContentBinding {get; set;}
    Remarks
    If not specified, the whole hyperlink text will be shown.
    See Also