[]
        
(Showing Draft Content)

C1.Web.Mvc.TransposedGrid.Fluent.TransposedGridBuilder-1.Rows

Rows Method

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

Configure TransposedGrid.Rows"/>.

Declaration
public virtual TransposedGridBuilder<T> Rows(Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>> builder)
Parameters
Type Name Description
Action<ListItemFactory<TransposedGridRow, TransposedGridRowBuilder>> builder

The builder action.

Returns
Type Description
TransposedGridBuilder<T>

Current builder.