[]
A helper panel for C1InsertTableTool.
public class C1InsertTableGridPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
| Name | Description |
|---|---|
| C1InsertTableGridPanel() | Initializes a new instance of a C1InsertTableGridPanel. |
| Name | Description |
|---|---|
| CellSizeProperty | Identifies the CellSize dependency property. |
| CellTemplateProperty | Identifies the CellTemplate dependency property. |
| ColumnsProperty | Identifies the Columns dependency property. |
| MinColumnsProperty | Identifies the MinColumns dependency property. |
| MinRowsProperty | Identifies the MinRows dependency property. |
| RowsProperty | Identifies the Rows dependency property. |
| SelectedCellTemplateProperty | Identifies the SelectedCellTemplate dependency property. |
| Name | Description |
|---|---|
| CellSize | Gets or sets the size of cell in the grid. |
| CellTemplate | Gets or sets the template for each cell in the grid. |
| Columns | Gets or sets the initial number columns in the cell grid. |
| MinColumns | Gets or sets the minimum number of columns in the grid. |
| MinRows | Gets or sets the mininum number of rows in the grid. |
| Rows | Gets or sets the initial number rows in the cell grid. |
| SelectedCellTemplate | Gets or sets the template for each selected cell in the grid. |
| Name | Description |
|---|---|
| ArrangeOverride(Size) | |
| MeasureOverride(Size) |