Modifier

Row type

Important

The finance and operations (Dynamics 365) mobile app and platform have been deprecated. For more information, see Removed or deprecated platform features.

Row controls are what make up a list. A list contains any number of row controls.

Hierarchy

Row

Index

Properties

Methods

Properties

fieldList

fieldList: Control [ ]

headerField

headerField: Control

hidden

hidden: boolean

If true then the row will be hidden.

imageFields

imageFields: Control [ ]

isSelected

isSelected: boolean

item

item: any

A container of rendered data.

template

template: Group

Group control that represents the template for a row.

Methods

getControl

getControl(controlName: string): Control

Parameters

Name Type Description
controlName string

Returns Control

getControlById

getControlById(id: string): Control

Parameters

Name Type Description
id string id can be valueKey or the displayKey of the list control metadata

Returns Control

getControlValueById

getControlValueById(id: string): string

Parameters

Name Type Description
id string id can be valueKey or the displayKey of the list control metadata

Returns string

getRowHeader

getRowHeader(): Control

Returns Control

getRowId

getRowId(): string

Returns string

hasImageField

hasImageField(): boolean

Returns true if the row has an image field.

Returns boolean

isEntityCreatedNew

isEntityCreatedNew(): boolean

Returns boolean

isEntityDeleted

isEntityDeleted(): boolean

Returns boolean

isEntityModified

isEntityModified(): boolean

Returns boolean

isEntitySyncPending

isEntitySyncPending(): boolean

Returns boolean

select

select(): any

Returns any