Class RadNumericMaskedEntry
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class RadNumericMaskedEntry : RadMaskedEntryBase, IRadMaskedEntryInternal, IRadNumericMaskedEntry, IRadMaskedEntry, IView, IElement, ITransform
Constructors
RadNumericMaskedEntry()
Declaration
public RadNumericMaskedEntry()
Fields
ValueProperty
Identifies the Value bindable property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Value
Gets or sets the numeric value of the control. The value may be null if the AllowNullValue is true.
Declaration
public object Value { get; set; }
Property Value
System.Object
|