Interface IRadRegexMaskedEntry
Represents a regex-based masked entry control.
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadRegexMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Properties
Value
Gets the value of the masked entry.
Declaration
string Value { get; }
Property Value
System.String
|