ColumnLayoutConfigurationPagesImplementation (ComponentImplementation)

Element properties:

TypeMicrosoft.SystemCenter.Visualization.CustomConfigurationPages
PlatformAll
Targetcomponent://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnLayout
AccessibilityInternal

Source Code:

<ComponentImplementation ID="ColumnLayoutConfigurationPagesImplementation" TypeId="Microsoft.SystemCenter.Visualization.CustomConfigurationPages" Target="component://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ColumnLayout" Platform="All" Accessibility="Internal">
<Composite>
<Variable Id="IsValid" Type="xsd://boolean">
<SimpleValue Type="xsd://boolean" Value="true"/>
</Variable>
<Component TypeId="Microsoft.SystemCenter.Visualization.CustomPages">
<Binding PropertyId="Pages">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.WizardRegularPage">
<Binding PropertyId="StepId">
<Reference>$MPReference/Microsoft.SystemCenter.Visualization.Configuration.Library!Microsoft.SystemCenter.ColumnLayoutConfigurationPages.StepId/DisplayName$</Reference>
</Binding>
<Binding PropertyId="Title">
<Reference>$MPReference/Microsoft.SystemCenter.Visualization.Configuration.Library!Microsoft.SystemCenter.ColumnLayoutConfigurationPages.Title/DisplayName$</Reference>
</Binding>
<Binding PropertyId="IsValid">
<Reference>$Variable/IsValid$</Reference>
</Binding>
<Binding PropertyId="FinishButtonText">
<Reference>$MPReference/Microsoft.SystemCenter.Visualization.Configuration.Library!Microsoft.SystemCenter.ColumnLayoutConfigurationPages.FinishButtonText/DisplayName$</Reference>
</Binding>
<Binding PropertyId="Content">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGrid">
<Binding PropertyId="RowCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridRow">
<Binding PropertyId="Height">
<SimpleValue Type="xsd://string" Value="Auto"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="RowCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridRow">
<Binding PropertyId="Height">
<SimpleValue Type="xsd://string" Value="Auto"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="ColumnCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridColumn">
<Binding PropertyId="Width">
<SimpleValue Type="xsd://string" Value="200"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="ColumnCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridColumn">
<Binding PropertyId="Width">
<SimpleValue Type="xsd://string" Value="*"/>
</Binding>
</Component>
</Binding>
<Binding PropertyId="CellCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridCell">
<Binding PropertyId="RowId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="ColumnId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="ColumnSpan">
<SimpleValue Type="xsd://string" Value="2"/>
</Binding>
<Binding PropertyId="Content">
<Component TypeId="Microsoft.SystemCenter.Visualization.Label">
<Binding PropertyId="Value">
<Reference>$MPReference/Microsoft.SystemCenter.Visualization.Configuration.Library!Microsoft.SystemCenter.ColumnLayoutConfigurationPages.HeaderLabel/DisplayName$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
<Binding PropertyId="CellCollection">
<Component TypeId="Visual!Microsoft.SystemCenter.Visualization.LayoutGridCell">
<Binding PropertyId="RowId">
<SimpleValue Type="xsd://string" Value="1"/>
</Binding>
<Binding PropertyId="ColumnId">
<SimpleValue Type="xsd://string" Value="0"/>
</Binding>
<Binding PropertyId="Content">
<Component TypeId="NumericUpDown">
<Binding PropertyId="Value">
<Reference>$Property/Data/ColumnCount$</Reference>
</Binding>
<Binding PropertyId="MinValue">
<SimpleValue Type="xsd://int" Value="1"/>
</Binding>
<Binding PropertyId="MaxValue">
<SimpleValue Type="xsd://int" Value="5"/>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
</Component>
</Binding>
<Binding PropertyId="SummaryContentParameter">
<Reference>$Property/SummaryContent$</Reference>
</Binding>
<Binding PropertyId="CompletionContentParameter">
<Reference>$Property/CompletionContent$</Reference>
</Binding>
</Component>
</Composite>
</ComponentImplementation>