.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.
For the MaskedEntry IP Mask examples, go to the SDKBrowser Demo Application and navigate to MaskedEntry -> Mask Types category.