New to Telerik UI for WinUI? Download free 30-day trial

MaskedIPInput

The RadMaskedIPInput is a specific type of RadMaskedRegexInput used for entering and validating input in the form of an IP address.

Example 1: Adding a RadMaskedIPInput in XAML

<input:RadMaskedIPInput /> 

Currently, only the default "###.###.###.###" mask is supported. Setting the Mask property to another value will lead to an exception.

Value Format

Similarly, to the RadMaskedTextInput, the RadMaskedIPInput exposes a ValueFormat property through which you can allow the value to hold literals and prompt characters. Read more regarding the property here.

In this article
Not finding the help you need?