NumericUpDown

Represents a spinner control that displays numeric values.

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.

Features

Label

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.

NumericUpDown control with label
Labels

Formatting

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.

NumericUpDown with formatting options

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.NumericUpDown"

Theme appearance

"spinner", see Themes.

Child components

"upbutton" is the up button. "downbutton" is the down button. "textfield" is the textfield.

Last updated

Was this helpful?