<row> (FormXml)

 

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

Specifies a row used to organize form elements.

Syntax

<row
 addedby="String"
 height="String" >
 <cell />
</row>

Attributes and Elements

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

Attributes

Attribute

Description

Type

Usage

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

height

Controls the height of the row. Valid values are:

  • auto

  • min

  • std

  • An integer representing the number of pixels

String

Optional

Child Elements

Element

Description

<cell> (FormXml)

A form layout element. A cell contains the labels and the control to display.

Parent Elements

Element

Description

<rows> (FormXml)

Specifies rows used to compose form layout.

Element Information

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row

See Also

Customize entity forms
Form XML reference

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright