-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.DetailViewItems
rescocrm edited this page Oct 6, 2025
·
3 revisions
Contains a set of objects representing particular detail view items.
| Object | Description |
|---|---|
| ButtonItem | [8.0] Represents the MobileCRM.UI._DetailView duration item. |
| CheckBoxItem | [8.0] Represents the MobileCRM.UI._DetailView checkbox item. |
| ComboBoxItem | [8.0] Represents the MobileCRM.UI._DetailView combobox item. |
| DateTimeItem | [8.0] Represents the MobileCRM.UI._DetailView date/time item. |
| DetailGridLength | [13.0] Represents the grid length in grid unit type. |
| DropDownFormat | An enumeration defining the values of LinkItem's dropdown format. |
| DurationItem | [8.0] Represents the MobileCRM.UI._DetailView duration item. |
| GridItem | [13.0] Represents the MobileCRM.UI._DetailView grid item. |
| GridStyleDefintion | [13.0] Represents the columns and rows style definition for grid item. |
| Item | [8.0] Represents the MobileCRM.UI._DetailView item. |
| LinkItem | [8.0] Represents the MobileCRM.UI._DetailView link item. |
| LookupSetup | Represents a configuration for lookup and inline lookup. |
| NumericItem | [8.0] Represents the MobileCRM.UI._DetailView numeric item. |
| SeparatorItem | [8.0] Represents the MobileCRM.UI._DetailView separator item. |
| TextBoxItem | [8.0] Represents the MobileCRM.UI._DetailView text item. |