Skip to content

MobileCRM.UI.EntityListCellAction

Maros Kolibas edited this page Nov 28, 2019 · 1 revision

MobileCRM.UI.EntityListCellAction Object

Enumeration class holding constants for MobileCRM.UI.EntityListClickEvent.

Properties

Property Type Description
Text Number Cell displaying data bound or constant text.
Image Number Cell displaying data bound or constant image.
Button Number Clickable button cell.
InlineButton Number The inline button. iOS only.
Editable Number The cell is editable. Or together with Text kind.
Clickable Number The cell is clickable. Or together with Text kind.
DirectEdit Number The cell is editable and will be saved right after change. Or together with Text kind.
ActionMask Number The cell is editable or clickable.

Clone this wiki locally