FormGridSettingsTagHelper
Example
Razor
<grid>
<cols></cols>
<gutter></gutter>
</grid>
ChildTags
| Tag Name | Details |
|---|---|
| cols | FormGridSettingsColsTagHelper |
| gutter | FormGridGutterSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| cols | Double | Defines the columns of the grid. A fixed number defines the number of columns in the grid. |
| gutter | Double | Defines the width of the gutters between the columns / rows. For seting different rows and columns gutters use the gutter child tag. |