ComponentOne ASP.NET MVC Controls
AttachFlowLayout Method

C1.Web.Mvc.Fluent Namespace > DashboardLayoutBuilder Class : AttachFlowLayout Method
The builder to configure the layout.
Configurates C1.Web.Mvc.DashboardLayout.Layout. Attaches a C1.Web.Mvc.FlowLayout to the dashboard control.
Syntax
'Declaration
 
Public Function AttachFlowLayout( _
   ByVal builder As Action(Of FlowLayoutBuilder) _
) As DashboardLayoutBuilder
public DashboardLayoutBuilder AttachFlowLayout( 
   Action<FlowLayoutBuilder> builder
)

Parameters

builder
The builder to configure the layout.

Return Value

Current builder.
See Also

Reference

DashboardLayoutBuilder Class
DashboardLayoutBuilder Members