Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMaskedTextBox - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IMaskedTextBox

    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public interface IMaskedTextBox

    Properties

    CssClass

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

    CustomCharacters

    Declaration
    object CustomCharacters { get; set; }
    Property Value
    Type Description
    System.Object

    Enabled

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

    EnablePersistence

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

    EnableRtl

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

    FloatLabelType

    Declaration
    FloatLabelType FloatLabelType { get; set; }
    Property Value
    Type Description
    FloatLabelType

    HtmlAttributes

    Declaration
    object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    Locale

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

    Mask

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

    Placeholder

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

    PromptChar

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

    Readonly

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

    ShowClearButton

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

    Value

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

    Width

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