C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class
Members

C1NumericBox Class
The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.
Object Model
C1NumericBox Class
Syntax
'Declaration
 
Public Class C1NumericBox 
   Inherits Windows.UI.Xaml.Controls.Control
 
Remarks
  • Format property supports standard and custom formats.
  • Watermark property shows help text when the control is empty.
  • AllowNull property allows binding to and displaying null values.
When the control is empty, or bound to a null value, the Value property returns double.NaN.
Inheritance Hierarchy

System.Object
   Windows.UI.Xaml.DependencyObject
      Windows.UI.Xaml.UIElement
         Windows.UI.Xaml.FrameworkElement
            Windows.UI.Xaml.Controls.Control
               C1.Xaml.C1NumericBox

See Also