[]
        
(Showing Draft Content)

C1.Web.Mvc.MultiRow.Fluent.MultiRowBuilder-1.NewRowAtTop

NewRowAtTop Method

NewRowAtTop(bool)

Configurates NewRowAtTop. Sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.

Declaration
public override MultiRowBuilder<T> NewRowAtTop(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
MultiRowBuilder<T>

Current builder.

Overrides