<column> (FormXml)
Applies To: Dynamics CRM 2015
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 |
---|---|
Contains the definitions of sections used in the form layout. |
Parent Elements
Element |
Description |
---|---|
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 |
|
See Also
Customize entity forms
Form XML reference
© 2016 Microsoft. All rights reserved. Copyright