Class Currency
Specifies the CurrencyTextbox 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
Assembly: Syncfusion.EJ.dll
Syntax
public class Currency : Control, IHtmlString
Constructors
Currency()
Defines the default constructor for CurrencyTextbox
Declaration
public Currency()
Currency(String, EditorProperties)
Defines the default constructor with paramenters
Declaration
public Currency(string id, EditorProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
EditorProperties | propModel |
Fields
editName
Declaration
public string editName
Field Value
Type | Description |
---|---|
System.String |
Properties
EditorModel
Gets or sets the Editor Model
Declaration
public EditorProperties EditorModel { get; set; }
Property Value
Type | Description |
---|---|
EditorProperties |
Model
Overrides the Editor model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets or Set the PluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets or Sets the Control TagName
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Creates the container for the element
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