<column> (FormXml)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Specifies a column within a tab element.

Syntax

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

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

width

Specifies the width of a column by a percentage.

String (FormPercentageType)

Required

Child Elements

Element

Description

<sections> (FormXml)

Contains the definitions of sections used in the form layout.

Parent Elements

Element

Description

<columns> (FormXml)

Contains the columns within a tab.

Remarks

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

Example

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

Element Information

Schema Name

complexType

Validation File

FormXml.xsd

Number of Occurrences

1 to 3

XPath

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

See Also

Customize entity forms
Form XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright