Back to Devexpress

CloudControlItem Class

aspnet-devexpress-dot-web-3d291b64.md

latest2.4 KB
Original Source

CloudControlItem Class

Represents a tag cloud item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CloudControlItem :
    CollectionItem
vb
Public Class CloudControlItem
    Inherits CollectionItem

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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem CloudControlItem

See Also

CloudControlItem Members

Tag Cloud Control

DevExpress.Web Namespace