Blazor

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

    Show / Hide Table of Contents

    Class MaskClientProps

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

    Constructors

    MaskClientProps()

    Declaration
    public MaskClientProps()

    Properties

    Enabled

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    FloatLabelType

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

    IsMultipleDelete

    Declaration
    public bool IsMultipleDelete { get; set; }
    Property Value
    Type Description
    System.Boolean

    keyValue

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

    Locale

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

    Mask

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

    MaskedValue

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

    PasteValue

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

    PlaceHolder

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

    PromptCharacter

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

    Readonly

    Declaration
    public bool Readonly { get; set; }
    Property Value
    Type Description
    System.Boolean

    SelectionEnd

    Declaration
    public int SelectionEnd { get; set; }
    Property Value
    Type Description
    System.Int32

    SelectionStart

    Declaration
    public int SelectionStart { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

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