[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlowLayoutBuilder

FlowLayoutBuilder Class

Defines a builder to configurate FlowLayout.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class FlowLayoutBuilder : LayoutBaseBuilder<FlowLayout, FlowLayoutBuilder>, IHtmlString, ITemplateBuilder<FlowLayoutBuilder>

Constructors

Name Description
FlowLayoutBuilder(FlowLayout)

Creates one FlowLayoutBuilder instance to configurate component.

Methods

Name Description
Direction(FlowDirection)

Configurates Direction. Sets the direction of the flow layout.

Items(Action<ListItemFactory<FlowTile, FlowTileBuilder>>)

Configure Items.

Extension Methods