Class DigitalGaugeCreater
Class for digital gauge creater control.
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DigitalGaugeCreater : Control, IHtmlString
Constructors
DigitalGaugeCreater(DigitalGauge)
Initializes a new instance of the DigitalGaugeCreater class.
Declaration
public DigitalGaugeCreater(DigitalGauge digitalGaugeModel)
Parameters
Type | Name | Description |
---|---|---|
DigitalGauge | digitalGaugeModel | The digital gauge model. |
Properties
Model
Gets the model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object | The model. |
Overrides
PluginName
Gets the name of the plugin.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the plugin. |
Overrides
TagName
Gets the name of the tag.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
Overrides
Methods
CreateContainer(String)
Creates the container.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Returns
Type | Description |
---|---|
System.Web.HtmlString |
Overrides
Implements
System.Web.IHtmlString