Xceed Toolkit for Maui v2.0 Documentation
NumericUpDown<T> Class
Members 


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace : NumericUpDown<T> Class
This abstract class is the base class for all of the numeric UpDown classes, like DoubleUpDownByteUpDownShortUpDown, etc. It contains the common properties & methods for all of those controls.
Object Model
NumericUpDown<T> ClassButtonSpinner ClassTextBox Class
Syntax
'Usage
 
Dim instance As NumericUpDown(Of T)
Type Parameters
T
Inheritance Hierarchy

System.Object
   Microsoft.Maui.Controls.BindableObject
      Microsoft.Maui.Controls.Element
         Microsoft.Maui.Controls.NavigableElement
            Microsoft.Maui.Controls.VisualElement
               Microsoft.Maui.Controls.View
                  Microsoft.Maui.Controls.Compatibility.Layout
                     Microsoft.Maui.Controls.TemplatedView
                        Xceed.Maui.Toolkit.Control
                           Xceed.Maui.Toolkit.InputBase
                              Xceed.Maui.Toolkit.UpDownBase<T>
                                 Xceed.Maui.Toolkit.NumericUpDown<T>
                                    Xceed.Maui.Toolkit.ByteUpDown
                                    Xceed.Maui.Toolkit.DecimalUpDown
                                    Xceed.Maui.Toolkit.DoubleUpDown
                                    Xceed.Maui.Toolkit.IntegerUpDown
                                    Xceed.Maui.Toolkit.LongUpDown
                                    Xceed.Maui.Toolkit.SByteUpDown
                                    Xceed.Maui.Toolkit.ShortUpDown
                                    Xceed.Maui.Toolkit.SingleUpDown
                                    Xceed.Maui.Toolkit.UIntegerUpDown
                                    Xceed.Maui.Toolkit.ULongUpDown
                                    Xceed.Maui.Toolkit.UShortUpDown

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericUpDown<T> Members
Xceed.Maui.Toolkit Namespace