ComponentOne ASP.NET MVC Controls
NewRowAtTop Method (MultiRowBuilder<T>)

C1.Web.Mvc.MultiRow.Fluent Namespace > MultiRowBuilder<T> Class : NewRowAtTop Method
The value.
Configurates C1.Web.Mvc.FlexGridBase<T>.NewRowAtTop. Sets a value that indicates whether the new row template should be located at the top of the grid or at the bottom.
Syntax
'Declaration
 
Public Overrides Function NewRowAtTop( _
   ByVal value As Boolean _
) As MultiRowBuilder(Of T)
public override MultiRowBuilder<T> NewRowAtTop( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

MultiRowBuilder<T> Class
MultiRowBuilder<T> Members