Class RadRegexMaskedEntry
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadRegexMaskedEntry : RadMaskedEntryBase, IRadMaskedEntryInternal, IRadRegexMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Constructors
RadRegexMaskedEntry()
Declaration
public RadRegexMaskedEntry()
Fields
ValueProperty
Identifies the Value bindable property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Value
Gets or sets the value of the control. The value may be null if the AllowNullValue is true.
Declaration
public string Value { get; set; }
Property Value
System.String
|