ClassRadTagCloud
Represents the RadTagCloud for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadTagCloud : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadTagCloud
Inherited Members
Constructors
RadTagCloud()
Initializes a new instance of the RadTagCloud class.
Declaration
public RadTagCloud()
RadTagCloud(Element)
Initializes a new instance of the RadTagCloud class.
Properties
ClientId
Get the client Id of the TagCloud control.
ClientSideLocator
Get the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
Enabled
Get whether the TagCloud is enabled.
Height
Gets/Sets height of the RadTagCloud in pixels.
LocatorExpression
Get the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
TagCloudSort
Get the TagCloud sorting - Not Sorted, Alphabetic Ascending, Alphabetic Descending, Weight Ascending, Weight Descending.
Declaration
public RadTagCloudSorting TagCloudSort { get; set; }
Property Value
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.