Enum CompositeTemplate
The layout templates the Composite View Builder offers.
Namespace: Serenity.Ui.Infrastructure.Editor.Builder
Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
Syntax
public enum CompositeTemplate
Fields
| Name | Description |
|---|---|
| NColumns | N side-by-side regions, all visible. |
| NRows | N stacked-vertically regions, all visible. |
| NavbarColumnsContent | A navbar + content where each switched View is itself N side-by-side columns. |
| NavbarContent | A navbar + a single content area the navbar switches (Views). |
| NavbarRowsContent | A navbar + content where each switched View is itself N stacked rows. |
| SingleScrollableColumn | One vertical region that scrolls its stacked children. |