[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlowLayoutBuilder

FlowLayoutBuilder Class

Defines a builder to configurate FlowLayout.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class FlowLayoutBuilder : LayoutBaseBuilder<FlowLayout, FlowLayoutBuilder>, IHtmlContent, ITemplateBuilder<FlowLayoutBuilder>
Public Class FlowLayoutBuilder
    Inherits LayoutBaseBuilder(Of FlowLayout, FlowLayoutBuilder)
    Implements IHtmlContent, ITemplateBuilder(Of 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.