aspnet-devexpress-dot-web-3d291b64.md
Represents a tag cloud item.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CloudControlItem :
CollectionItem
Public Class CloudControlItem
Inherits CollectionItem
The following members return CloudControlItem objects:
Items in a ASPxCloudControl are rendered as hyperlinks. A click on this link navigates the application to the location specified by the CloudControlItem.NavigateUrl property. The item’s text is specified by its CloudControlItem.Text property.
The CloudControlItem.Value property specifies the item’s value (weight). The larger the weight, the more popular the item. Popular items have larger font sizes.
Object StateManager CollectionItem CloudControlItem
See Also