Compartir a través de


<row> (FormXml)

Se aplica a: CRM 2016 on-prem, CRM Online

Especifica una fila usada para organizar elementos de formulario.

Sintaxis

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

Atributos y elementos

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

Atributos

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

Elementos secundarios

Element Description

<cell> (FormXml)

Un elemento de diseño de formulario. Una celda contiene las etiquetas y el control para mostrar.

Elementos primarios

Element Description

<rows> (FormXml)

Especifica filas usadas para componer el diseño de formularios.

Información del elemento

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

Vea también

Conceptos

Personalizar los formularios de entidad

Otros recursos

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.