[]
        
(Showing Draft Content)

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

AutoGenerateRows Method

AutoGenerateRows(bool)

Configurates AutoGenerateRows. Sets a value that determines whether the grid should generate rows automatically based on the itemsSource.

Declaration
public virtual TransposedGridBuilder<T> AutoGenerateRows(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TransposedGridBuilder<T>

Current builder.