NumericUpDownExtensions
Wisej.Web.Markup.NumericUpDownExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.NumericUpDownExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the number of decimal places for the specified control.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
decimalPlaces
The number of decimal places.
Returns: . The modified numeric up-down control.
Determines whether the specified control should display values in hexadecimal.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
isHexadecimal
Indicates whether to display values in hexadecimal.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
increment
The increment value.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
maximum
The maximum value.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
minimum
The minimum value.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
nullableValue
The nullable value to set; can be null.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
action
The action to perform when the value changes.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
prefix
The prefix to display before the numeric value.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
postfix
The suffix to display after the numeric value.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
thousandsSeparator
Indicates whether to use a thousands separator.
TNumericUpDownControl
The type of the numeric up-down control.
numericUpDownControl
The numeric up-down control to modify.
value
The value to set.
Returns: . The modified numeric up-down control.
Sets the increment for the specified control.
Returns: . The modified numeric up-down control.
Sets the maximum value for the specified control.
Returns: . The modified numeric up-down control.
Sets the minimum value for the specified control.
Returns: . The modified numeric up-down control.
Sets a nullable value for the specified control.
Returns: . The modified numeric up-down control.
Attaches a value-changed event handler to the specified control.
Returns: . The numeric up-down control with the event handler attached.
Sets a prefix for the display value of the specified control.
Returns: . The modified numeric up-down control.
Sets a suffix for the display value of the specified control.
Returns: . The modified numeric up-down control.
Configures whether the specified control should display a thousands separator.
Returns: . The modified numeric up-down control.
Sets the current value for the specified control.
Returns: . The modified numeric up-down control.