[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.Fluent.CellGroupBuilder

CellGroupBuilder Class

Defines a builder to configurate CellGroup.

Inheritance
HideObjectMembers
CellGroupBuilder
Namespace: C1.Web.Mvc.MultiRow.Fluent
Assembly: C1.Web.Mvc.MultiRow.dll
Syntax
public class CellGroupBuilder : BaseBuilder<CellGroup, CellGroupBuilder>

Constructors

Name Description
CellGroupBuilder(CellGroup)

Creates one CellGroupBuilder instance to configurate obj.

Methods

Name Description
Cells(Action<ListItemFactory<Cell, CellBuilder>>)

Configure Cell.

Colspan(int)

Configurates Colspan. Number of grid columns spanned by the group.

Header(string)

Configurates Header. Group header (shown when the headers are collapsed).

IsRowHeader(bool)

Configurates IsRowHeader. Gets or sets a value that determines whether this is a row header group.