[]
ITagHelper implementation for CellGroup.
[HtmlTargetElement("c1-multi-row-cell-group")]
[RestrictChildren("c1-multi-row-cell", new string[] { })]
public class CellGroupTagHelper : SettingTagHelper<CellGroup>, ITagHelper, ITagHelperComponent
Name | Description |
---|---|
CellGroupTagHelper() |
Name | Description |
---|---|
CollectionName | Gets the collection name. |
Colspan | Configurates Colspan. Number of grid columns spanned by the group. |
Header | Configurates Header. Group header (shown when the headers are collapsed). |
IsRowHeader | Configurates IsRowHeader. Gets or sets a value that determines whether this is a row header group. |
Name | Description |
---|---|
GetObjectInstance(object) | Gets the CellGroup instance. |