InterfaceIRadTextMaskedEntry
Interface
Interface for text-based masked entry controls that extends IRadMaskedEntry.
Definition
Namespace:Telerik.Maui
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public interface IRadTextMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Inherited Members
Properties
AllowOnlyCompletedValues
Gets a value indicating whether only completed values are allowed.
RestrictToAscii
Gets a value indicating whether input is restricted to ASCII characters.
Value
Gets the value of the masked entry.
ValueFormat
Gets the value format used by the masked entry.