NumericUpDown
Represents a spinner control that displays numeric values.
Last updated
Was this helpful?
Represents a spinner control that displays numeric values.
Last updated
Was this helpful?
A Wisej.NET NumericUpDown
control contains a single numeric value that can be incremented or decremented using the up or down buttons. Users can enter values directly unless the ReadOnly
property is set to true
.
Format the numeric display using the DecimalPlaces
, Hexadecimal
, or ThousandsSeparator
properties. Set Hexadecimal
to true
to display hexadecimal values. Enable ThousandsSeparator
to display the thousands separator in decimal numbers. Set DecimalPlaces
to specify the number of digits after the decimal symbol.
For a full list of properties, methods and events see the API documentation.
The NumericUpDown
control supports the inline Label property. This allows setting a label in relation to a NumericUpDown
control without creating an additional Label
control.
The NumericUpDown
control offers several formatting properties. The Prefix
property prepends a character or string to the value. The Postfix
property appends a character or string to the value. Enable the ThousandsSeparator
property to display commas for values exceeding three digits.
Class name
"wisej.web.NumericUpDown"
Theme appearance
Child components
"upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield.
Source code
"spinner", see .