xtd 0.2.0
Loading...
Searching...
No Matches

◆ decimal_place() [1/2]

virtual double xtd::forms::numeric_up_down::decimal_place ( ) const
virtualnoexcept

Gets the number of decimal places to display in the spin box (also known as an up-down control). This property doesn't affect the value property.

Returns
The number of decimal places to display in the spin box. The default is 0.
Remarks
When the decimal_places property is set, the update_edit_text method is called to update the spin box's display to the new format.