Interface IRadTextMaskedEntry
Interface for text-based masked entry controls that extends IRadMaskedEntry.
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadTextMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Properties
AllowOnlyCompletedValues
Gets a value indicating whether only completed values are allowed.
Declaration
bool AllowOnlyCompletedValues { get; }
Property Value
System.Boolean
|
RestrictToAscii
Gets a value indicating whether input is restricted to ASCII characters.
Declaration
bool RestrictToAscii { get; }
Property Value
System.Boolean
|
Value
Gets the value of the masked entry.
Declaration
string Value { get; }
Property Value
System.String
|
ValueFormat
Gets the value format used by the masked entry.
Declaration
ValueFormat ValueFormat { get; }
Property Value
ValueFormat
|