[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.TagHelpers.CellGroupTagHelper

CellGroupTagHelper Class

ITagHelper implementation for CellGroup.

Namespace: C1.Web.Mvc.MultiRow.TagHelpers
Assembly: C1.AspNetCore.Mvc.MultiRow.dll
Syntax
[HtmlTargetElement("c1-multi-row-cell-group")]
[RestrictChildren("c1-multi-row-cell", new string[] { })]
public class CellGroupTagHelper : SettingTagHelper<CellGroup>, ITagHelper, ITagHelperComponent

Constructors

Name Description
CellGroupTagHelper()

Properties

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.

Methods

Name Description
GetObjectInstance(object)

Gets the CellGroup instance.