RadRegexMaskedEntry
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:
C#
public class RadRegexMaskedEntry : RadMaskedEntryBase, IRadRegexMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Inheritance: objectRadMaskedEntryBaseRadRegexMaskedEntry
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadRegexMaskedEntry()
Fields
ValueProperty
BindableProperty
Identifies the Value bindable property.
C#
public static readonly BindableProperty ValueProperty
Properties
Gets or sets the value of the control. The value may be null if the AllowNullValue is true.
C#
public string Value { get; set; }
Implements: