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


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

    Property Value

    String containing the item data
    Remarks

    If the DataDisplayTextField is a non-empty string, the DataDisplayTextField will be used to display the text for the cloud item. If the DataDisplayTextField property is null or empty string, the DataTextField will be used to display the text for the cloud item.

    If the DataDisplayTextField property is used, the DataTextFormatString property will not be used. If the DataTextField property is used, the DataTextFormatString will be used to format the string to be displayed.

    The DataItemDataField property is used to associate a value with a cloud item.

    Example
    This example binds the cell.
    See Also