Name | Description | |
---|---|---|
![]() | C1MaskedTextBox Constructor | Initializes a new instance of the C1MaskedTextBox class. |
The following tables list the members exposed by C1MaskedTextBox.
Name | Description | |
---|---|---|
![]() | C1MaskedTextBox Constructor | Initializes a new instance of the C1MaskedTextBox class. |
Name | Description | |
---|---|---|
![]() | _background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
Name | Description | |
---|---|---|
![]() | Background | Gets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderBrush | Gets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | BorderThickness | Gets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | Class | Gets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | CornerRadius | Gets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View) |
![]() | DisplayMode | Gets or set the DisplayMode value. |
![]() | FinishedTextChange | Gets or sets the callback called when the text changing is finished. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | FlowDirection | Gets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontFamily | Gets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontSize | Gets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontStyle | Gets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | FontWeight | Gets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View) |
![]() | Foreground | Gets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View) |
![]() | InheritProperties | Gets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsDisposed | Gets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsInitialized | Gets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View) |
![]() | IsPlaceholderVisible | Gets a value indicating whether the placeholder is visible. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | IsReadOnly | Gets or sets whether the textbox is read-only. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | IsValid | Gets a value that determines whether the control contains a valid entry. |
![]() | KeyPressed | Gets or sets the callback called when a key is pressed. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | Mask | Gets or sets the input mask. |
![]() | MaskedTextChanged | Occurs when consistent content that conforms to the Mask changes in the text box. |
![]() | MaskFormat | Gets or set the MaskFormat value. |
![]() | MaxLength | Gets or sets the maximum number of characters allowed in the text box. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | OnMaskFormatChanged | /// Occurs when consistent content that conforms to the MaskFormat changes. Gets or sets the callback called when the MaskFormat is changed. |
![]() | OnMaskInputRejected | Gets or sets the callback called when the text changing is finished. |
![]() | Padding | Gets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View) |
![]() | Placeholder | Gets or sets the placeholder displayed when there is no entered text. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | PromptChar | Gets or set the PromptChar value. |
![]() | Style | Gets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View) |
![]() | TabBehavior | Define the tab behavior if set. |
![]() | TabIndex | Gets or sets the value corresponding to the tabindex global attribute. (Inherited from C1.Blazor.Core.C1View) |
![]() | Tag | Gets or sets an arbitrary object value that can be used to store custom information about this element. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | Text | Overridden. Gets or sets the text displayed. |
![]() | TextChanged | Gets or sets the callback called when the text changed. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | Value | Gets text value. |
Name | Description | |
---|---|---|
![]() | ApplyMaskSettings | Update client mask settings |
![]() | Dispose | (Inherited from C1.Blazor.Core.C1View) |
![]() | Focus | Sets the focus in the control. (Inherited from C1.Blazor.Core.C1View) |
![]() | FocusAsync | Overridden. handle focus behavior. |
![]() | FocusOutAsync | Overridden. Sets the focus in the control. |
![]() | Select | Selects the text between the specified start and length. (Inherited from C1.Blazor.Input.C1TextBox) |
![]() | SetParametersAsync | Overridden. |