Interface IRadNumericMaskedEntry
Represents a numeric masked entry interface that extends the base masked entry functionality.
Inherited Members
Namespace: Telerik.Maui
Assembly: Telerik.Maui.Core.dll
Syntax
public interface IRadNumericMaskedEntry : IRadMaskedEntry, IView, IElement, ITransform
Properties
Value
Gets the numeric value of the masked entry.
Declaration
object Value { get; }
Property Value
System.Object
|