[]
ITagHelper implementation for Cell.
[HtmlTargetElement("c1-multi-row-cell")]
[RestrictChildren("c1-flex-grid-cell-template", new string[] { "c1-data-map" })]
public class CellTagHelper : ColumnBaseTagHelper<Cell>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
CellTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Colspan | Configurates Colspan. Number of grid columns spanned by the group. |
Rowspan | Configurates Rowspan. Number of grid rows spanned by the group. |
Name | Description |
---|---|
GetObjectInstance(object) | Gets the Cell instance. |