Skip to main content
A newer version of this page is available. .
Tab

CloudControlItem Class

Represents a tag cloud item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CloudControlItem :
    CollectionItem

Remarks

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.

ASPxCloudControl_Item

Inheritance

See Also