MobileCRM.UI.DetailViewItems.NumericItem Object
[8.0] Represents the numeric item.
Property |
Type |
Description |
minimum |
Number |
Gets or sets the minimum allowed value. |
maximum |
Number |
Gets or sets the maximum allowed value. |
increment |
Number |
Gets or sets the increment (if the upDownVisible is true). |
upDownVisible |
Boolean |
Gets or sets whether the up/down control is visible. |
decimalPlaces |
Number |
Gets or sets the number of decimal places. |
displayFormat |
String |
Gets or sets the value format string. |
Method |
Description |
constructor |
Constructs an instance of MobileCRM.UI.DetailViewItems.NumericItem object. |