New to Telerik UI for .NET MAUI? Start a free 30-day trial

.NET MAUI IP Mask

To validate the user input as an IP Address input, use the IPMaskedEntry. The resulting value is a string object.

The following example demonstrates how to create a RadIPMaskedEntry.

<telerik:RadIPMaskedEntry AutomationId="ipMask"/>

The following image shows the end result.

.NET MAUI IPMaskedEntry

For the MaskedEntry IP Mask examples, go to the SDKBrowser Demo Application and navigate to MaskedEntry -> Mask Types category.