[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridRowBaseBuilder-2

TransposedGridRowBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate TransposedGridRowBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
ColumnBaseBuilder<TControl, TBuilder>
TransposedGridRowBaseBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.TransposedGrid.Fluent
Assembly: C1.AspNetCore.Mvc.TransposedGrid.dll
Syntax
public class TransposedGridRowBaseBuilder<TControl, TBuilder> : ColumnBaseBuilder<TControl, TBuilder> where TControl : TransposedGridRowBase where TBuilder : TransposedGridRowBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
TransposedGridRowBaseBuilder(TControl)

Creates one TransposedGridRowBaseBuilder<TControl, TBuilder> instance to configurate obj.

Methods

Name Description
Height(int?)

Configurates Height. Sets the height of the row.

RowGroups(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>)

Configure TransposedGrid.RowGroups"/>.

Rows(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>>)

Configure TransposedGrid.RowGroups"/>.