Enum NavbarSide
Where the navbar sits relative to the content (decides the root direction + child order).
Namespace: Serenity.Ui.Infrastructure.Editor.Builder
Assembly: Serenity.UnityUi.Infrastructure.Editor.dll
Syntax
public enum NavbarSide
Fields
| Name | Description |
|---|---|
| Bottom | Navbar below content (root stacks rows, content first). |
| Left | Navbar left of content (root lays out columns) — the "Sidebar + content" shape. |
| Right | Navbar right of content (root lays out columns, content first). |
| Top | Navbar above content (root stacks rows). |