Class
RadTextMaskedEntry

Represents a text masked entry control that allows input validation using masks.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RadTextMaskedEntry : RadMaskedEntryBase, IRadTextMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform

Inheritance: objectRadMaskedEntryBaseRadTextMaskedEntry

Implements: IElementIRadMaskedEntryIRadTextMaskedEntryITransformIView

Inherited Members RadMaskedEntryBase.ControlTemplatePropertyRadMaskedEntryBase.MaskPropertyRadMaskedEntryBase.CulturePropertyRadMaskedEntryBase.PromptCharPropertyRadMaskedEntryBase.AllowNullValuePropertyRadMaskedEntryBase.AllowPromptAsInputPropertyRadMaskedEntryBase.ValidationErrorMessagePropertyRadMaskedEntryBase.PlaceholderPropertyRadMaskedEntryBase.IsReadOnlyPropertyRadMaskedEntryBase.ClearButtonVisibilityPropertyRadMaskedEntryBase.ClearButtonStylePropertyRadMaskedEntryBase.EntryBackgroundColorPropertyRadMaskedEntryBase.EntryCornerRadiusPropertyRadMaskedEntryBase.TextColorPropertyRadMaskedEntryBase.FontFamilyPropertyRadMaskedEntryBase.FontSizePropertyRadMaskedEntryBase.KeyboardPropertyRadMaskedEntryBase.TextPropertyRadMaskedEntryBase.IsValueValidPropertyRadMaskedEntryBase.ActualValidationErrorMessagePropertyRadMaskedEntryBase.CreateLayoutManager()RadMaskedEntryBase.OnHandlerChanged()RadMaskedEntryBase.ControlTemplateRadMaskedEntryBase.MaskRadMaskedEntryBase.CultureRadMaskedEntryBase.PromptCharRadMaskedEntryBase.AllowNullValueRadMaskedEntryBase.AllowPromptAsInputRadMaskedEntryBase.ValidationErrorMessageRadMaskedEntryBase.PlaceholderRadMaskedEntryBase.TextRadMaskedEntryBase.IsValueValidRadMaskedEntryBase.ActualValidationErrorMessageRadMaskedEntryBase.IsReadOnlyRadMaskedEntryBase.ClearButtonVisibilityRadMaskedEntryBase.ClearButtonStyleRadMaskedEntryBase.EntryBackgroundColorRadMaskedEntryBase.EntryCornerRadiusRadMaskedEntryBase.TextColorRadMaskedEntryBase.FontFamilyRadMaskedEntryBase.FontSizeRadMaskedEntryBase.KeyboardRadMaskedEntryBase.ValueChangingRadMaskedEntryBase.ValueChanged

Constructors

RadTextMaskedEntry()

Declaration

cs-api-definition
public RadTextMaskedEntry()

Fields

AllowOnlyCompletedValuesProperty

Identifies the AllowOnlyCompletedValues bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty AllowOnlyCompletedValuesProperty

Field Value

BindableProperty

IsMaskCompletedProperty

Identifies the IsMaskCompleted bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty IsMaskCompletedProperty

Field Value

BindableProperty

RestrictToAsciiProperty

Identifies the RestrictToAscii bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty RestrictToAsciiProperty

Field Value

BindableProperty

ValueFormatProperty

Identifies the ValueFormat bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueFormatProperty

Field Value

BindableProperty

ValueProperty

Identifies the Value bindable property.

Declaration

cs-api-definition
public static readonly BindableProperty ValueProperty

Field Value

BindableProperty

Properties

AllowOnlyCompletedValues

Gets or sets a value indicating whether only valid values are allowed. When this property is set to true, invalid values are not accepted. When this property is set to false invalid values are accepted (i.e. the Value property is set) and the ValueChanging and ValueChanged events are raised.

Declaration

cs-api-definition
public bool AllowOnlyCompletedValues { get; set; }

Property Value

bool

Implements IRadTextMaskedEntry.AllowOnlyCompletedValues

IsMaskCompleted

Gets a value indicating whether all required inputs have been entered into the formatted string.

Declaration

cs-api-definition
public bool IsMaskCompleted { get; }

Property Value

bool

RestrictToAscii

Gets or sets a value indicating whether input should be restricted to ascii characters.

Declaration

cs-api-definition
public bool RestrictToAscii { get; set; }

Property Value

bool

Implements IRadTextMaskedEntry.RestrictToAscii

Value

Gets or sets the text value of the control. The value may be null if the AllowNullValue is true.

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string

Implements IRadTextMaskedEntry.Value

ValueFormat

The ValueFormat allows you to control whether the value can also hold literals and prompt characters.

Declaration

cs-api-definition
public ValueFormat ValueFormat { get; set; }

Property Value

ValueFormat

Implements IRadTextMaskedEntry.ValueFormat