ClassRadMaskedEntryHandler
Provides a handler for masked entry controls that implements IMaskControl functionality.
Definition
Namespace:Telerik.Maui.Handlers
Assembly:Telerik.Maui.Core.dll
Syntax:
public class RadMaskedEntryHandler : LayoutHandler
Inheritance: objectRadMaskedEntryHandler
Derived Classes:
Constructors
RadMaskedEntryHandler()
Initializes a new instance of the RadMaskedEntryHandler class with the default mapper.
Declaration
public RadMaskedEntryHandler()
RadMaskedEntryHandler(PropertyMapper)
Initializes a new instance of the RadMaskedEntryHandler class with the specified property mapper.
Declaration
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
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
public static void MapKeyboard(RadMaskedEntryHandler handler, IRadMaskedEntry virtualElement)
Parameters
handler
The RadMaskedEntryHandler instance.
virtualElement
The IRadMaskedEntry virtual element.
UpdateValue(string)
Updates the value of the specified property and synchronizes with the mask model.
Declaration
public override void UpdateValue(string property)
Parameters
property
The name of the property to update.