menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TextBoxPropertiesBase

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    TextBoxPropertiesBase
    MobileTextBoxProperties
    Inherited Members
    PropertiesBase.Create
    PropertiesBase.Destroy
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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 TextBoxPropertiesBase : PropertiesBase

    Constructors

    TextBoxPropertiesBase()

    Initializes a new instance of the class.

    Declaration
    public TextBoxPropertiesBase()

    Properties

    Change

    Event triggers when the Textbox or Password or Maskedit or textarea value changed.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    CssClass

    Specifies the custom CSS class.

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    The CSS class.

    Enabled

    Specifies whether to be enable on initialization.

    Declaration
    [JsonProperty("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if enable; otherwise, false.

    EnablePersistence

    Specifies to maintain the current model value to browser cookies for state maintenance. While refresh the page, the model value will get apply to the control from browser cookies.

    Declaration
    [JsonProperty("enablePersistence")]
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if persist; otherwise, false.

    Mask

    Gets or sets the mask.

    Declaration
    [JsonProperty("mask")]
    public string Mask { get; set; }
    Property Value
    Type Description
    System.String

    The mask.

    ReadOnly

    Specifies the TextBox, Password, Mask Edit, and Textarea readOnly.

    Declaration
    [JsonProperty("readOnly")]
    public bool ReadOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [read only]; otherwise, false.

    Value

    Specifies the value on initialization.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The end value.

    WatermarkText

    Specifies the watermarkText on initialization.

    Declaration
    [JsonProperty("watermarkText")]
    public string WatermarkText { get; set; }
    Property Value
    Type Description
    System.String

    The water mark text.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved