[]
[HtmlTargetElement("c1-flex-grid-cell-template")]
public class CellTemplateTagHelper : SettingTagHelper<CellTemplate>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-flex-grid-cell-template")>
Public Class CellTemplateTagHelper
Inherits SettingTagHelper(Of CellTemplate)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| CellTemplateTagHelper() |
| Name | Description |
|---|---|
| CellType | Gets or sets which area the template works for. |
| Id | Gets or sets the template's id. |
| IsEditing | Gets or sets a boolean value which indicates whether the template works for editing or not. |
| Name | Description |
|---|---|
| ProcessAttributes(TagHelperContext, object) | Processes all attributes of current taghelper. |
| ProcessChildContent(object, TagHelperContent) | Processes the child content. |