HtmlForgeX

API Reference

Enum

TablerNavbarWrapMode

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls whether a top navigation bar stays on one line or intentionally wraps into multiple rows.

Inheritance

  • Enum
  • TablerNavbarWrapMode

Values

public const TablerNavbarWrapMode SingleLine #

Keeps the navigation on a single row whenever possible.

Value: 0
public const TablerNavbarWrapMode MultiLine #

Allows the navigation to place its primary links on a dedicated second row.

Value: 1