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


In This Topic
    DataTitleFormatString Property
    In This Topic
    Gets or sets the format string for the title of an item, represented as a tooltip for the item.
    Syntax
    'Declaration
     
    
    Public Property DataTitleFormatString As String
    'Usage
     
    
    Dim instance As TagCloudCellType
    Dim value As String
     
    instance.DataTitleFormatString = value
     
    value = instance.DataTitleFormatString
    public string DataTitleFormatString {get; set;}

    Property Value

    String containing the format string
    Remarks
    {0} in the string is replaced with the value of the field specified as the DataTitleField.
    Example
    This example binds a cell.
    See Also