CloudControlItem Class
Represents a tag cloud item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
The following members return CloudControlItem objects:
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.
Inheritance
Object
StateManager
CollectionItem
CloudControlItem
See Also