Class MobileTextBoxProperties
Class for MobileTextBoxProperties
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Mobile.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MobileTextBoxProperties : TextBoxPropertiesBase, IMobileBase
Constructors
MobileTextBoxProperties()
Declaration
public MobileTextBoxProperties()
Properties
AutoFocus
Specifies the autoFocus.
Declaration
[JsonProperty("autoFocus")]
public bool AutoFocus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
BorderStyle
The borderStyle.
Declaration
[JsonProperty("borderStyle")]
[JsonConverter(typeof(StringEnumConverter))]
public MobileTextboxBorderStyle BorderStyle { get; set; }
Property Value
Type | Description |
---|---|
MobileTextboxBorderStyle | The borderStyle. |
Format
Specifies the format.
Declaration
[JsonProperty("format")]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format. |
Height
Specifies the height.
Declaration
[JsonProperty("height")]
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String | The height. |
KeyDown
Event triggers when the Textbox or Password or Maskedit or textarea keydown.
Declaration
[JsonProperty("keyDown")]
public string KeyDown { get; set; }
Property Value
Type | Description |
---|---|
System.String | The keydown. |
KeyUp
Event triggers when the Textbox or Password or Maskedit or textarea keyup.
Declaration
[JsonProperty("keyUp")]
public string KeyUp { get; set; }
Property Value
Type | Description |
---|---|
System.String | The keydown. |
MaximumValue
Specify the maximum value.
Declaration
[JsonProperty("maxValue")]
public double MaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The maximum value. |
MaxLength
Specifies the maxLength.
Declaration
[JsonProperty("maxLength")]
public string MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.String | The maxLength. |
MinimumValue
Specify the minimum value.
Declaration
[JsonProperty("minValue")]
public double MinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The minimum value. |
RenderMode
Changes the rendering mode of the TextBox, Password, Mask Edit, and Textarea.
Declaration
[JsonProperty("renderMode")]
public RenderMode RenderMode { get; set; }
Property Value
Type | Description |
---|---|
RenderMode | The render mode. |
Step
Specifies the step.
Declaration
[JsonProperty("step")]
public double Step { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The step. |
TextboxType
The type of the Textbox.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public MobileTextboxType TextboxType { get; set; }
Property Value
Type | Description |
---|---|
MobileTextboxType | The Type. |
textType
Declaration
public MobileTextboxType textType { get; set; }
Property Value
Type | Description |
---|---|
MobileTextboxType |
Theme
Changes the theme of the TextBox, Password, Mask Edit, and Textarea.
Declaration
[JsonProperty("theme")]
public Theme Theme { get; set; }
Property Value
Type | Description |
---|---|
Theme | The theme. |
TouchEnd
Event triggers when the Textbox or Password or Maskedit or textarea touchend.
Declaration
[JsonProperty("touchEnd")]
public string TouchEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String | The touchend. |
TouchStart
Event triggers when the Textbox or Password or Maskedit or textarea touchstart.
Declaration
[JsonProperty("touchStart")]
public string TouchStart { get; set; }
Property Value
Type | Description |
---|---|
System.String | The touchstart. |
Width
Specifies the width.
Declaration
[JsonProperty("width")]
public string Width { get; set; }
Property Value
Type | Description |
---|---|
System.String | The width. |