[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.TagHelpers.CellTagHelper

CellTagHelper Class

ITagHelper implementation for Cell.

Namespace: C1.Web.Mvc.MultiRow.TagHelpers
Assembly: C1.AspNetCore.Mvc.MultiRow.dll
Syntax
[HtmlTargetElement("c1-multi-row-cell")]
[RestrictChildren("c1-flex-grid-cell-template", new string[] { "c1-data-map" })]
public class CellTagHelper : ColumnBaseTagHelper<Cell>, ITagHelper, ITagHelperComponent

Constructors

Name Description
CellTagHelper()

Properties

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.

Methods

Name Description
GetObjectInstance(object)

Gets the Cell instance.