次の方法で共有


行タイプ

重要

財務と運用 (Dynamics 365) モバイル アプリおよびプラットフォームは、非推奨になりました。 詳細については、削除済みまたは非推奨のプラットフォーム機能を参照してください。

行コントロールは、一覧を構成しています。 リストには、任意の数の行のコントロールが含まれています。

階層


指数

プロパティ

メソッド

プロパティ

fieldList

fieldList: Control [ ]

headerField

headerField: Control

hidden

hidden: boolean

True の場合、行が表示されません。

imageFields

imageFields: Control [ ]

isSelected

isSelected: boolean

項目

item: any

表示されるデータのコンテナーです。

テンプレート

template: Group

行のテンプレートを表すグループ コントロール。

メソッド

getControl

getControl(controlName: string): Control

パラメーター

氏名 種類 説明
controlName string

Control を返します

getControlById

getControlById(id: string): Control

パラメーター

氏名 種類 説明
id string id は valueKey か、またはリスト コントロール メタデータの displayKey になります

Control を返します

getControlValueById

getControlValueById(id: string): string

パラメーター

氏名 種類 説明
id string id は valueKey か、またはリスト コントロール メタデータの displayKey になります

文字列を返します

getRowHeader

getRowHeader(): Control

Control を返します

getRowId

getRowId(): string

文字列を返します

hasImageField

hasImageField(): boolean

行に画像フィールドが含まれている場合は、true を返します。

ブール値を返します

isEntityCreatedNew

isEntityCreatedNew(): boolean

ブール値を返します

isEntityDeleted

isEntityDeleted(): boolean

ブール値を返します

isEntityModified

isEntityModified(): boolean

ブール値を返します

isEntitySyncPending

isEntitySyncPending(): boolean

ブール値を返します

select

select(): any

any を返します