Class FormValidatorLocale
Gets or sets the FormValidatorLocale property.
Inheritance
System.Object
FormValidatorLocale
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class FormValidatorLocale : Object
Constructors
FormValidatorLocale()
Declaration
public FormValidatorLocale()
Properties
Creditcard
Gets or sets the Creditcard property.
Declaration
public string Creditcard { get; set; }
Property Value
Type |
---|
System.String |
Date
Gets or sets the Date property.
Declaration
public string Date { get; set; }
Property Value
Type |
---|
System.String |
DateIso
Gets or sets the DateIso property.
Declaration
public string DateIso { get; set; }
Property Value
Type |
---|
System.String |
Digits
Gets or sets the Digits property.
Declaration
public string Digits { get; set; }
Property Value
Type |
---|
System.String |
Gets or sets the Email property.
Declaration
public string Email { get; set; }
Property Value
Type |
---|
System.String |
EqualTo
Gets or sets the EqualTo property.
Declaration
public string EqualTo { get; set; }
Property Value
Type |
---|
System.String |
Max
Gets or sets the Max property.
Declaration
public string Max { get; set; }
Property Value
Type |
---|
System.String |
MaxLength
Gets or sets the MaxLength property.
Declaration
public string MaxLength { get; set; }
Property Value
Type |
---|
System.String |
Min
Gets or sets the Min property.
Declaration
public string Min { get; set; }
Property Value
Type |
---|
System.String |
MinLength
Gets or sets the MinLength property.
Declaration
public string MinLength { get; set; }
Property Value
Type |
---|
System.String |
Number
Gets or sets the Number property.
Declaration
public string Number { get; set; }
Property Value
Type |
---|
System.String |
Pattern
Gets or sets the Pattern property.
Declaration
public string Pattern { get; set; }
Property Value
Type |
---|
System.String |
Range
Gets or sets the Range property.
Declaration
public string Range { get; set; }
Property Value
Type |
---|
System.String |
RangeLength
Gets or sets the RangeLength property.
Declaration
public string RangeLength { get; set; }
Property Value
Type |
---|
System.String |
Regex
Gets or sets the Regex property.
Declaration
public string Regex { get; set; }
Property Value
Type |
---|
System.String |
Required
Gets or sets the Required property.
Declaration
public string Required { get; set; }
Property Value
Type |
---|
System.String |
Tel
Gets or sets the Tel property.
Declaration
public string Tel { get; set; }
Property Value
Type |
---|
System.String |
Url
Gets or sets the Url property.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |