2.3.2.3.6 CT_GridColumnDefinitions

Target namespace: http://schemas.microsoft.com/client/2009/11

Referenced by: CT_Grid

A Grid.ColumnDefinitions element as specified by [MS-WPFXV] section 1.34, ColumnDefinitionCollection.

Child Elements:

ColumnDefinition : A CT_ColumnDefinition element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="CT_GridColumnDefinitions">
   <xs:sequence>
     <xs:element name="ColumnDefinition" type="CT_ColumnDefinition" minOccurs="0" maxOccurs="unbounded" wbld:cname="ColumnDefinition"/>
   </xs:sequence>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).