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