Skip to content

MobileCRM.UI.DetailViewItems.Item

rescocrm edited this page Oct 6, 2025 · 5 revisions

MobileCRM.UI.DetailViewItems.Item Object

[8.0] Represents the MobileCRM.UI._DetailView item.

Properties

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.

Methods

Method Description
constructor Constructs an instance of MobileCRM.UI.DetailViewItems.Item object.

Clone this wiki locally