menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrencyTextBox

    Show / Hide Table of Contents

    Class CurrencyTextBox

    Represents the CurrencyTextbox UI element.

    Inheritance
    System.Object
    CommonControl
    NumericTextBox
    CurrencyTextBox
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    NumericTextBox.OnPreRender(EventArgs)
    NumericTextBox.Render(HtmlTextWriter)
    NumericTextBox.Render()
    NumericTextBox.UpdateServerModel(Dictionary<String, Object>)
    NumericTextBox.GetDependentFiles()
    NumericTextBox.DependentScripts()
    NumericTextBox.PostBackEventHandler(String, Dictionary<String, Object>)
    NumericTextBox.Model
    NumericTextBox.MinValue
    NumericTextBox.MaxValue
    NumericTextBox.IncrementStep
    NumericTextBox.DecimalPlaces
    NumericTextBox.Width
    NumericTextBox.Height
    NumericTextBox.CssClass
    NumericTextBox.WatermarkText
    NumericTextBox.Locale
    NumericTextBox.Value
    NumericTextBox.GroupSeparator
    NumericTextBox.GroupSize
    NumericTextBox.PositivePattern
    NumericTextBox.CurrencySymbol
    NumericTextBox.NegativePattern
    NumericTextBox.Name
    NumericTextBox.Enabled
    NumericTextBox.ShowRoundedCorner
    NumericTextBox.EnableRTL
    NumericTextBox.EnablePersistence
    NumericTextBox.ShowSpinButton
    NumericTextBox.EnableStrictMode
    NumericTextBox.ValidateOnType
    NumericTextBox.ReadOnly
    NumericTextBox.HtmlAttributes
    NumericTextBox.ValidationRules
    NumericTextBox.ValidationRule
    NumericTextBox.ValidationMsg
    NumericTextBox.ValidationMessage
    NumericTextBox.ClientSideOnCreate
    NumericTextBox.ClientSideOnChange
    NumericTextBox.ClientSideOnFocusIn
    NumericTextBox.ClientSideOnFocusOut
    NumericTextBox.ClientSideOnDestroy
    NumericTextBox.FocusOut
    CommonControl.RaisePostBackEvent(String)
    CommonControl.OnInit(EventArgs)
    CommonControl.OnLoad(EventArgs)
    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
    NumericTextBox.EditorType

    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
    NumericTextBox.LoadViewState(Object)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved