[]
A helper control for C1InsertTableTool.
[TemplatePart(Name = "TableGrid", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "ConvertText", Type = typeof(ButtonBase))]
public class C1InsertTableGrid : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| C1InsertTableGrid() | Initializes a new instance of a C1InsertTableGrid. |
| Name | Description |
|---|---|
| CellSizeProperty | Identifies the CellSize dependency property. |
| ColumnsProperty | Identifies the Columns dependency property. |
| DropDownProperty | Identifies the DropDown dependency property. |
| RichTextBoxProperty | Identifies the RichTextBox dependency property. |
| RowsProperty | Identifies the Rows dependency property. |
| Name | Description |
|---|---|
| CellSize | Gets or sets the size of cell in the dropdown. |
| Columns | Gets or sets the initial number of columns in the cell grid. |
| DropDown | Gets or sets the dropdown of this tool. |
| RichTextBox | Gets or sets the C1RichTextBox associated with this tool. |
| Rows | Gets or sets the initial number of rows in the cell grid. |
| Name | Description |
|---|---|
| OnApplyTemplate() | Builds the visual tree for the C1InsertTableGrid control when a new template is applied. |
| OnKeyDown(KeyEventArgs) |