Class
RadMaskedEntryHandler

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

Definition

Namespace:Telerik.Maui.Handlers

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public class RadMaskedEntryHandler : LayoutHandler

Inheritance: objectRadMaskedEntryHandler

Derived Classes: RadIPMaskedEntryHandlerRadNumericMaskedEntryHandlerRadRegexMaskedEntryHandlerRadTextMaskedEntryHandler

Constructors

RadMaskedEntryHandler()

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

Declaration

cs-api-definition
public RadMaskedEntryHandler()

RadMaskedEntryHandler(PropertyMapper)

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

Declaration

cs-api-definition
public RadMaskedEntryHandler(PropertyMapper mapper)

Parameters

mapper

PropertyMapper

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

Fields

MaskedEntryMapper

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

Declaration

cs-api-definition
public static PropertyMapper<IRadMaskedEntry, RadMaskedEntryHandler> MaskedEntryMapper

Field Value

PropertyMapper<IRadMaskedEntry, RadMaskedEntryHandler>

Methods

MapKeyboard(RadMaskedEntryHandler, IRadMaskedEntry)

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

Declaration

cs-api-definition
public static void MapKeyboard(RadMaskedEntryHandler handler, IRadMaskedEntry virtualElement)

Parameters

handler

RadMaskedEntryHandler

The RadMaskedEntryHandler instance.

virtualElement

IRadMaskedEntry

The IRadMaskedEntry virtual element.

UpdateValue(string)

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

Declaration

cs-api-definition
public override void UpdateValue(string property)

Parameters

property

string

The name of the property to update.