分享方式:


<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.