New to Telerik UI for ASP.NET Core? Download free 30-day trial

MaskedTextBoxTagHelper

Example

<kendo-maskedtextbox>
    <maskedtextbox-label />
    <prefix-options />
    <suffix-options />
</kendo-maskedtextbox>

ChildTags

Tag Name Details
maskedtextbox-label MaskedTextBoxLabelSettingsTagHelper
prefix-options MaskedTextBoxPrefixOptionsSettingsTagHelper
suffix-options MaskedTextBoxSuffixOptionsSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
clear-prompt-char Boolean Specifies whether the widget will replace the prompt characters with spaces on blur. Prompt chars will be shown again on focus (available since Q2 2014 SP1).
culture String Specifies the culture info used by the widget.
enable Boolean Enables or disables the textbox
for ModelExpression An expression to be evaluated against the current model.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
fill-mode FillMode Sets a value controlling how the color is applied.
has-client-component Boolean
mask String Specifies the input mask. The following mask rules are supported: 0 - Digit. Accepts any digit between 0 and 9.; 9 - Digit or space. Accepts any digit between 0 and 9, plus space.; # - Digit or space. Like 9 rule, but allows also (+) and (-) signs.; L - Letter. Restricts input to letters a-z and A-Z. This rule is equivalent to [a-zA-Z] in regular expressions.; ? - Letter or space. Restricts input to letters a-z and A-Z. This rule is equivalent to [a-zA-Z] in regular expressions.; & - Character. Accepts any character. The rule is equivalent to \S in regular expressions.; C - Character or space. Accepts any character. The rule is equivalent to . in regular expressions.; A - Alphanumeric. Accepts letters and digits only.; a - Alphanumeric or space. Accepts letters, digits and space only.; . - Decimal placeholder. The decimal separator will be gotten from the current culture used by Kendo.; , - Thousands placeholder. The display character will be gotten from the current culture used by Kendo. or $ - Currency symbol. The display character will be gotten from the current culture used by Kendo..
on-change String Fires when the value is changed
prompt-char String Specifies the character used to represent the absence of user input in the widget
rounded Rounded Sets a value controlling the border radius.
rules IDictionary<String,String> Defines an object of custom mask rules.
sanitize-id Boolean
size ComponentSize Sets the size of the component.
unmask-on-post Boolean Specifies whether the widget will unmask the input value on form post (available since Q1 2015).
value String Specifies the value of the MaskedTextBox widget.
In this article
Not finding the help you need?