You are here: Start » Web HMI » Web HMI Controls » NumericUpDown
NumericUpDown
Represents a numeric up-down control that allows users to select a numeric value within a specified range.

Properties
Height |
|
Defines the CSS height of the control. |
InitialIsEnabled |
|
Defines the initial enabled state of the component that is used before the first value is set through the connection. |
InitialIsVisible |
|
Defines the initial visibility of the component that is used before the first value is set through the connection. |
InitialValue |
|
Defines the initial value of the numeric up-down control, which is used when the control is first rendered. |
IsEnabled |
![]() |
Defines the enabled state of the component. |
IsVisible |
![]() |
Defines the visibility of the component. |
Margin |
|
Defines the CSS margin of the control. |
Maximum |
|
Defines the maximum value that can be selected in the numeric up-down control. |
Minimum |
|
Defines the minimum value that can be selected in the numeric up-down control. |
Name |
|
Defines the control name that identifies the control in the program and in the XAML. The name must be unique within the parent endpoint. |
ShiftMultiplier |
|
Defines the multiplier applied when the Shift key is pressed while changing the value. |
Value |
![]() ![]() |
Defines the current value of the numeric up-down control. |
Width |
|
Defines the CSS width of the control. |
Events
ValueChanged | Occurs when the value of the numeric up-down control changes. |