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


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

    Property Value

    String containing the title
    Example
    This example binds a cell.
    See Also