Blazor

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

    Show / Hide Table of Contents

    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 Description
    System.String

    Date

    Gets or sets the Date property.

    Declaration
    public string Date { get; set; }
    Property Value
    Type Description
    System.String

    DateIso

    Gets or sets the DateIso property.

    Declaration
    public string DateIso { get; set; }
    Property Value
    Type Description
    System.String

    Digits

    Gets or sets the Digits property.

    Declaration
    public string Digits { get; set; }
    Property Value
    Type Description
    System.String

    Email

    Gets or sets the Email property.

    Declaration
    public string Email { get; set; }
    Property Value
    Type Description
    System.String

    EqualTo

    Gets or sets the EqualTo property.

    Declaration
    public string EqualTo { get; set; }
    Property Value
    Type Description
    System.String

    Max

    Gets or sets the Max property.

    Declaration
    public string Max { get; set; }
    Property Value
    Type Description
    System.String

    MaxLength

    Gets or sets the MaxLength property.

    Declaration
    public string MaxLength { get; set; }
    Property Value
    Type Description
    System.String

    Min

    Gets or sets the Min property.

    Declaration
    public string Min { get; set; }
    Property Value
    Type Description
    System.String

    MinLength

    Gets or sets the MinLength property.

    Declaration
    public string MinLength { get; set; }
    Property Value
    Type Description
    System.String

    Number

    Gets or sets the Number property.

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String

    Pattern

    Gets or sets the Pattern property.

    Declaration
    public string Pattern { get; set; }
    Property Value
    Type Description
    System.String

    Range

    Gets or sets the Range property.

    Declaration
    public string Range { get; set; }
    Property Value
    Type Description
    System.String

    RangeLength

    Gets or sets the RangeLength property.

    Declaration
    public string RangeLength { get; set; }
    Property Value
    Type Description
    System.String

    Regex

    Gets or sets the Regex property.

    Declaration
    public string Regex { get; set; }
    Property Value
    Type Description
    System.String

    Required

    Gets or sets the Required property.

    Declaration
    public string Required { get; set; }
    Property Value
    Type Description
    System.String

    Tel

    Gets or sets the Tel property.

    Declaration
    public string Tel { get; set; }
    Property Value
    Type Description
    System.String

    Url

    Gets or sets the Url property.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved