New to Telerik UI for .NET MAUIStart a free 30-day trial

Provides a handler for masked entry controls that implements IMaskControl functionality.

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

C#
public class RadMaskedEntryHandler : LayoutHandler

Inheritance: objectRadMaskedEntryHandler

Derived Classes: RadIPMaskedEntryHandlerRadNumericMaskedEntryHandlerRadRegexMaskedEntryHandlerRadTextMaskedEntryHandler

Constructors

Initializes a new instance of the RadMaskedEntryHandler class with the default mapper.

C#
public RadMaskedEntryHandler()

Initializes a new instance of the RadMaskedEntryHandler class with the specified property mapper.

C#
public RadMaskedEntryHandler(PropertyMapper mapper)
Parameters:mapperPropertyMapper

The property mapper to use, or null to use the default mapper.

Fields

Gets the property mapper that defines the mapping between IRadMaskedEntry properties and handler methods.

C#
public static PropertyMapper<IRadMaskedEntry, RadMaskedEntryHandler> MaskedEntryMapper

Methods

Maps the keyboard property from the virtual element to the handler.

C#
public static void MapKeyboard(RadMaskedEntryHandler handler, IRadMaskedEntry virtualElement)
Parameters:handlerRadMaskedEntryHandler

The RadMaskedEntryHandler instance.

virtualElementIRadMaskedEntry

The IRadMaskedEntry virtual element.

Updates the value of the specified property and synchronizes with the mask model.

C#
public override void UpdateValue(string property)
Parameters:propertystring

The name of the property to update.