Row

in namespace DotVVM.Framework.Controls.Bootstrap

Usage & Scenarios

Renders a Bootstrap row.

https://getbootstrap.com/docs/3.3/css/#grid

Sample 1: Row with Columns

The row can contain one or more Column controls.

<bs:Row>
    <bs:Column SizeLG="6" style="background-color: red; color: white">
        Column 1
    </bs:Column>
    <bs:Column SizeLG="6" style="background-color: blue; color: white">
        Column 2
    </bs:Column>
</bs:Row>

Properties

Name Type Description Notes Default Value

HTML produced by the control