Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormValidatorLocale - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormValidatorLocale

    Inheritance
    System.Object
    FormValidatorLocale
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FormValidatorLocale : Object

    Constructors

    FormValidatorLocale()

    Declaration
    public FormValidatorLocale()

    Properties

    Creditcard

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

    Date

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

    DateIso

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

    Digits

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

    Email

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

    EqualTo

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

    Max

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

    MaxLength

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

    Min

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

    MinLength

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

    Number

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

    Pattern

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

    Range

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

    RangeLength

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

    Regex

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

    Required

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

    Tel

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

    Url

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