Represents a masked entry control that accepts numeric input with formatting and validation.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class RadNumericMaskedEntry : RadMaskedEntryBase, IRadNumericMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Inheritance: objectRadMaskedEntryBaseRadNumericMaskedEntry
Implements:
Inherited Members
Constructors
C#
public RadNumericMaskedEntry()
Fields
ValueProperty
BindableProperty
Identifies the Value bindable property.
C#
public static readonly BindableProperty ValueProperty
Properties
Gets or sets the numeric value of the control. The value may be null if the AllowNullValue is true.
C#
public object Value { get; set; }
Implements: