Class TagCloud
Represents the TagCloud UI Element
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TagCloud : Control, IHtmlString
Constructors
TagCloud()
Initializes a new instance of the TagCloudProperties class.
Declaration
public TagCloud()
TagCloud(String, TagCloudProperties)
Initializes a new instance of the TagCloudProperties class.
Declaration
public TagCloud(string id, TagCloudProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier |
TagCloudProperties | propModel | The property model |
Properties
Model
Instance of control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the plugin name of the TagCloud element as 'ejTagCloud'.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagCloudModel
Gets or sets the TagCloud properties to the model.
Declaration
public TagCloudProperties TagCloudModel { get; set; }
Property Value
Type | Description |
---|---|
TagCloudProperties |
TagName
Gets the tag name of the TagCloud element as 'div'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the TagCloud control that should not be encoded again.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString