ClassRadMaskedNumericInput
Class
MaskedInput control for entering numeric values.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadMaskedNumericInput : RadMaskedInputBase
Inheritance: objectRadControlRadMaskedInputBaseRadMaskedNumericInput
Inherited Members
Constructors
RadMaskedNumericInput()
Initializes a new instance of the RadMaskedNumericInput class.
Declaration
cs-api-definition
public RadMaskedNumericInput()
Fields
ValueProperty
Identifies the Value dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ValueProperty
Field Value
DependencyProperty
Properties
Value
Gets or sets the numeric value of the control. The value may be null if the AllowNullValue is true.