ComponentOne ASP.NET MVC Controls
NewRowAtTop Method

C1.Web.Mvc.Fluent Namespace > FlexGridBaseBuilder<T,TControl,TBuilder> 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 Overridable Function NewRowAtTop( _
   ByVal value As Boolean _
) As TBuilder
public virtual TBuilder NewRowAtTop( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

FlexGridBaseBuilder<T,TControl,TBuilder> Class
FlexGridBaseBuilder<T,TControl,TBuilder> Members