Spread for ASP.NET 7.0 Product Documentation
DataTextField Property
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TagCloudCellType Class : DataTextField Property


Glossary Item Box

Gets or sets the text field of the data source of the tag cloud.

Syntax

Visual Basic (Declaration) 
Public Property DataTextField As String
Visual Basic (Usage)Copy Code
Dim instance As TagCloudCellType
Dim value As String
 
instance.DataTextField = value
 
value = instance.DataTextField
C# 
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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.