Spread for ASP.NET 10 Product Documentation
DataTextField Property (TagCloudCellType)


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

Property Value

String containing the text
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.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

TagCloudCellType Class
TagCloudCellType Members

 

 


Copyright © GrapeCity, inc. All rights reserved.