UI for ASP.NET Core
The label enables you to associate the label HTML element with the MaskedTextBox and also makes it easier for users to understand what is asked from them. The component also supports floating labels, meaning that even when the person has started to type in their input, they would be able to see the label above the MaskedTextBox.
Declarative initialization—a feature that serializes the component declaration as an MVVM declarative configuration instead of an inline initialization script—is supported in Telerik UI for ASP.NET Core MaskedTextBox. It is beneficial in cases when the Content Security Policy (CSP) is enabled as it eliminates the requirement to call the methods that defer the initialization script generated after the component's HTML markup.
See Telerik UI for ASP.NET Core MaskedTextBox declarative initialization demo
The Core MaskedTextBox component facilitates quick set up for various culture settings. Take advantage of the globalization functionality to easily translate component messages and adapt to different cultures.