Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TagCloudCellType Class / DataHrefField Property
Example


In This Topic
    DataHrefField Property
    In This Topic
    Gets or sets the href field of the data source of the tag cloud.
    Syntax
    'Declaration
     
    
    Public Property DataHrefField As String
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As String
     
    instance.DataHrefField = value
     
    value = instance.DataHrefField
    public string DataHrefField {get; set;}

    Property Value

    String containing the destination HREF for the link
    Example
    This example binds the cell.
    See Also