New to Telerik UI for .NET MAUIStart a free 30-day trial

Interface for text-based masked entry controls that extends IRadMaskedEntry.

Definition

Properties

Gets a value indicating whether only completed values are allowed.

C#
bool AllowOnlyCompletedValues { get; }

Gets a value indicating whether input is restricted to ASCII characters.

C#
bool RestrictToAscii { get; }

Gets the value of the masked entry.

C#
string Value { get; }

Gets the value format used by the masked entry.

C#
ValueFormat ValueFormat { get; }