Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1MaskedTextBox Class
Fields Properties Methods

In This Topic
    C1MaskedTextBox Class Members
    In This Topic

    The following tables list the members exposed by C1MaskedTextBox.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1MaskedTextBox class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or set the DisplayMode value.  
    Public PropertyGets or sets the callback called when the text changing is finished. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets a value indicating whether the placeholder is visible. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets or sets whether the textbox is read-only. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets a value that determines whether the control contains a valid entry.  
    Public PropertyGets or sets the callback called when a key is pressed. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets or sets the input mask.  
    Public PropertyOccurs when consistent content that conforms to the Mask changes in the text box.  
    Public PropertyGets or set the MaskFormat value.  
    Public PropertyGets or sets the maximum number of characters allowed in the text box. (Inherited from C1.Blazor.Input.C1TextBox)
    Public Property/// Occurs when consistent content that conforms to the MaskFormat changes. Gets or sets the callback called when the MaskFormat is changed.  
    Public PropertyGets or sets the callback called when the text changing is finished.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the placeholder displayed when there is no entered text. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets or set the PromptChar value.  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyDefine the tab behavior if set.  
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyOverridden. Gets or sets the text displayed.  
    Public PropertyGets or sets the callback called when the text changed. (Inherited from C1.Blazor.Input.C1TextBox)
    Public PropertyGets text value  
    Top
    Public Methods
     NameDescription
    Public MethodUpdate client mask settings  
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodOverridden. handle focus behavior.  
    Public MethodOverridden. Sets the focus in the control.  
    Public MethodSelects the text between the specified start and length. (Inherited from C1.Blazor.Input.C1TextBox)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also