CloudControlItem Properties
Represents a tag cloud item.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DataItem | Gets the data item that is bound to the cloud control item. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Name | Gets or sets the item’s unique identifier name. |
| NavigateUrl | Gets or sets the item’s URL. |
| Text | Gets or sets the item’s description (text). |
| ToolTip | Gets or sets the current item’s tooltip text. |
| Value | Gets or sets the item’s value (weight). |
See Also