Class Numeric
Represents the Numerictextbox 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 Numeric : Control, IHtmlString
Constructors
Numeric()
Default class constructor
Declaration
public Numeric()
Numeric(String, EditorProperties)
Default constructor with parameters
Declaration
public Numeric(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 Edior model object of the Editor properties.
Declaration
public EditorProperties EditorModel { get; set; }
Property Value
Type | Description |
---|---|
EditorProperties |
Model
Instance of the control properties class
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets or sets the PluginName of the NumericTextbox
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Gets the tag name of the Editor element as 'input'.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Represents an HTML-encoded string of the Editor 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)
Represents an HTML element of the Editor control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId |
Overrides
Implements
System.Web.IHtmlString