ClassRadRegexMaskedEntry
Class
Represents a masked entry control that uses regular expressions for input validation and formatting. This control provides pattern-based input validation using regex patterns to constrain user input.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class RadRegexMaskedEntry : RadMaskedEntryBase, IRadRegexMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Inheritance: objectRadMaskedEntryBaseRadRegexMaskedEntry
Derived Classes:
Implements:
Inherited Members
Constructors
RadRegexMaskedEntry()
Declaration
cs-api-definition
public RadRegexMaskedEntry()
Fields
ValueProperty
Identifies the Value bindable property.
Declaration
cs-api-definition
public static readonly BindableProperty ValueProperty
Field Value
BindableProperty
Properties
Value
Gets or sets the value of the control. The value may be null if the AllowNullValue is true.