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