Class JJTextBox
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public class JJTextBox : ControlBase
- Inheritance
-
JJTextBox
- Derived
-
- Inherited Members
-
Constructors
JJTextBox(IFormValues)
public JJTextBox(IFormValues formValues)
Parameters
formValues
IFormValues
Properties
CultureInfo
public CultureInfo CultureInfo { get; set; }
Property Value
- CultureInfo
InputType
public InputType InputType { get; set; }
Property Value
- InputType
MaxValue
public double? MaxValue { get; set; }
Property Value
- double?
MinValue
public double? MinValue { get; set; }
Property Value
- double?
NumberOfDecimalPlaces
public int NumberOfDecimalPlaces { get; set; }
Property Value
- int
Methods
BuildResultAsync()
protected override ValueTask<ComponentResult> BuildResultAsync()
Returns
- ValueTask<ComponentResult>
GetHtmlBuilder()
public virtual HtmlBuilder GetHtmlBuilder()
Returns
- HtmlBuilder