HtmlForgeX

API Reference

Enum

TablerNavigationExpand

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

Navigation expand breakpoints.

Inheritance

  • Enum
  • TablerNavigationExpand

Values

public const TablerNavigationExpand Always #

Always expanded.

Value: 0
public const TablerNavigationExpand Small #

Expand on small screens and up.

Value: 1
public const TablerNavigationExpand Medium #

Expand on medium screens and up.

Value: 2
public const TablerNavigationExpand Large #

Expand on large screens and up.

Value: 3
public const TablerNavigationExpand ExtraLarge #

Expand on extra large screens and up.

Value: 4
public const TablerNavigationExpand Never #

Never expand, always show mobile menu.

Value: 5