Class CurrencyTextBox
Represents the CurrencyTextbox UI element.
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class CurrencyTextBox : NumericTextBox, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
CurrencyTextBox()
Declaration
public CurrencyTextBox()
Properties
EditorType
Represents the Editor type CurrencyTextbox
Declaration
public override EditorType EditorType { get; }
Property Value
Type | Description |
---|---|
EditorType |
Overrides
Methods
LoadViewState(Object)
Restores view-state information from a previous page request.
Declaration
protected override void LoadViewState(object state)
Parameters
Type | Name | Description |
---|---|---|
System.Object | state |
Overrides
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService