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
Initializes a new instance of the RadMaskedEntryHandler class with the default mapper.
public RadMaskedEntryHandler()
Initializes a new instance of the RadMaskedEntryHandler class with the specified property mapper.
public RadMaskedEntryHandler(PropertyMapper mapper)
The property mapper to use, or null to use the default mapper.
Fields
MaskedEntryMapper
PropertyMapper<IRadMaskedEntry, RadMaskedEntryHandler>
Gets the property mapper that defines the mapping between IRadMaskedEntry properties and handler methods.
public static PropertyMapper<IRadMaskedEntry, RadMaskedEntryHandler> MaskedEntryMapper
Methods
Maps the keyboard property from the virtual element to the handler.
public static void MapKeyboard(RadMaskedEntryHandler handler, IRadMaskedEntry virtualElement)
The RadMaskedEntryHandler instance.
virtualElementIRadMaskedEntryThe IRadMaskedEntry virtual element.
Updates the value of the specified property and synchronizes with the mask model.
public override void UpdateValue(string property)
The name of the property to update.