Class Percent
Defines the percentage Textbox 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 Percent : Control, IHtmlString
Constructors
Percent()
Perceentage Textbox default constructor
Declaration
public Percent()
Percent(String, EditorProperties)
Percentage Textbox default constructor with parameters
Declaration
public Percent(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 EditorModel
Declaration
public EditorProperties EditorModel { get; set; }
Property Value
Type | Description |
---|---|
EditorProperties |
Model
overrides the Model value
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Overrides the Editor pluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TagName
Overrides the Editor TagName
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
creates the container for an 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