-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.DetailViewItems.NumericItem
rescocrm edited this page Oct 6, 2025
·
3 revisions
[8.0] Represents the MobileCRM.UI._DetailView 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. |