Column 1
Column 2
Column 3
Column 4
Here is an example that demonstrates the use of a Section
component.
This demonstrates the most common properties that are availabe to set on the Section
.
Name | Type | Default | Description |
---|---|---|---|
BorderVisible | bool | False | Should a border be displayed? |
ChildContent | RenderFragment? | Content of the section. | |
ChildContentStyle | string? | Style to apply to the container of the child content. | |
ColumnMinWidth | string? | 340px | Minimum width that the column should occupy. |
Footer | RenderFragment? | Footer to display for the section. | |
FooterStyle | string? | Style to apply to the footer. | |
Header | RenderFragment? | Header content to display for the section. | |
HeaderStyle | string? | Style to apply to the header. | |
Label | string? | Label to display as a header. Not shown when ais supplied. | |
NumColumns | int? | Optionally specify the number of columns desired for the section. The default is calculated by the actual number of 's in the child content of the component. |
Name | Type | Default | Description |
---|---|---|---|
BorderVisible | bool | True | Is the border visible. |
ChildContent | RenderFragment? | Child content for the section column | |
ColumnContentOrientation | Orientation | Vertical | Orientation of the columns. |
Footer | RenderFragment? | Footer to display for the section. | |
Header | RenderFragment? | Header content to display for the section. | |
HorizontalGap | int? | 10 | Horizontal gap in pixels. |
Label | string? | Label to display as a header. Not shown when ais supplied. | |
VerticalGap | int? | 10 | Vertical gap in pixels. |