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