Interface IRadTextMaskedEntry
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadTextMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Properties
AllowOnlyCompletedValues
Declaration
bool AllowOnlyCompletedValues { get; }
Property Value
System.Boolean
|
RestrictToAscii
Declaration
bool RestrictToAscii { get; }
Property Value
System.Boolean
|
Value
Declaration
string Value { get; }
Property Value
System.String
|