<column> (FormXml)

適用対象: CRM 2016 on-prem, CRM Online

タブ要素内の列を指定します。

構文

<column width="String">
 <sections />
</column>

属性と要素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

下位要素

Element Description

<sections> (FormXml)

フォーム レイアウトで使用するセクションの定義を格納します。

親要素

Element Description

<columns> (FormXml)

タブ内の列を格納します。

備考

The width attribute must match this regular expression: ^(100|[0-9]{1,2})%$

<column width="100%">
 <sections />
</column>

要素情報

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column

関連項目

概念

エンティティ フォームのカスタマイズ

他のリソース

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.