Skip to content

MobileCRM.UI.DetailViewItems.NumericItem

maros316 edited this page Feb 17, 2020 · 2 revisions

MobileCRM.UI.DetailViewItems.NumericItem Object

[8.0] Represents the numeric item.

Properties

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.

Methods

Method Description
constructor Constructs an instance of MobileCRM.UI.DetailViewItems.NumericItem object.
Clone this wiki locally