-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.DetailViewItems.Item
rescocrm edited this page Oct 6, 2025
·
5 revisions
[8.0] Represents the MobileCRM.UI._DetailView item.
| Property | Type | Description |
|---|---|---|
| name | String | Gets or sets the item name. |
| label | String | Gets or sets the item label. |
| dataMember | String | Gets or sets the name of the property containing the item value in data source objects. |
| errorMessage | String | Gets or sets the item error message. |
| supportingText | String | Gets or sets the item supporting text (e.g. description). |
| isEnabled | Boolean | Gets or sets whether the item is editable. |
| isVisible | Boolean | Gets or sets whether the item is visible. |
| value | Object | Gets or sets the bound item value. |
| isNullable | Boolean | Gets or sets whether the item value can be "null". |
| validate | Boolean | Gets or sets whether the item needs validation. |
| style | String | The name of the Woodford item style. |
| Method | Description |
|---|---|
| constructor | Constructs an instance of MobileCRM.UI.DetailViewItems.Item object. |