The following tables list the members exposed by LayoutTemplate.
| Name | Description | |
|---|---|---|
![]()  | LayoutTemplate Constructor | Creates a new layout template with default values. | 
| Name | Description | |
|---|---|---|
![]()  | ColumnCount | Gets or sets the number of columns for the layout template. | 
![]()  | LayoutCells | Gets the layout cells in the data area of the layout template. | 
![]()  | LayoutColumnAxisModel | Gets or sets the column information for the layout template. | 
![]()  | LayoutColumns | Gets the layout columns in the data area of the layout template. | 
![]()  | LayoutDataModel | Gets or sets the data for the layout template. | 
![]()  | LayoutRowAxisModel | Gets or sets the row information for the layout template. | 
![]()  | LayoutRows | Gets the layout rows in the data area of the layout template. | 
![]()  | LayoutSpanModel | Gets or sets the spanned cells for the layout template. | 
![]()  | RowCount | Gets or sets the number of rows for the layout template. | 
| Name | Description | |
|---|---|---|
![]()  | Deserialize | Loads the layout template from XML. | 
![]()  | Serialize | Saves the layout template to XML. | 
| Name | Description | |
|---|---|---|
![]()  | CreateColumnAxisModel | Creates the column axis model for the layout template. | 
![]()  | CreateDataModel | Creates a data model for the layout template. | 
![]()  | CreateRowAxisModel | Creates the row axis model for the layout template. | 
![]()  | CreateSpanModel | Creates the span model for the layout template. | 
![]()  | OnAddColumns | Processes the addition of columns to the layout template data model. | 
![]()  | OnAddRows | Processes the addition of rows to the layout template data model. | 
![]()  | OnDataModelChanged | Processes the change to the layout template data model and synchronizes the models. | 
![]()  | OnRemoveColumns | Processes the removal of columns to the layout template data model. | 
![]()  | OnRemoveRows | Processes the removal of rows to the layout template data model. | 
    
    
    
    
    
    


