Skip to content

MobileCRM.UI.DetailViewItems.Item

Maros Kolibas edited this page Nov 29, 2019 · 5 revisions

MobileCRM.UI.DetailViewItems.Item Object

[8.0] Represents the 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.
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 [8.0] Represents the item.

Clone this wiki locally