Click or drag to resize
KaxTagCloudItem Class
This class represents a KaxTagCloud item.
This class represents a KaxTagCloud item.
Inheritance Hierarchy
SystemObject
  Kettic.AspNetStateManager
    Kettic.AspNet.ControlsKaxTagCloudItem

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class KaxTagCloudItem : StateManager

The KaxTagCloudItem type exposes the following members.

Constructors
  NameDescription
Public methodKaxTagCloudItem
Creates a TagCloud item.
Public methodKaxTagCloudItem(Object)
Creates a TagCloud item from a given data item object.
Top
Properties
  NameDescription
Public propertyAccessKey
Gets or sets the access key of the TagCloud item.
Public propertyDataItem
Gets or sets the data object (from the data source) associated with the TagCloud item.
Public propertyNavigateUrl
Gets or sets the URL of the TagCloud item. When the item is clicked, the user is redirected to the specified url.
Public propertyTabIndex
Gets or sets the TabIndex of the tagCloud item.
Public propertyText
Gets or sets the text that is displayed in the TagCloud item.
Public propertyToolTip
Gets or sets the ToolTip of the TagCloud item.
Public propertyWeight
Gets or sets the weight, that determines how the TagCloud item (tag, keyword) will be styled. Greater value means, greater font-weight and size.
Top
See Also