HtmlForgeX

API Reference

Enum

TablerNavigationShellMode

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

Explicit shell combinations supported by the shared navigation system.

Inheritance

  • Enum
  • TablerNavigationShellMode

Values

public const TablerNavigationShellMode TopOnly #

Top navigation only.

Value: 0
public const TablerNavigationShellMode LeftSidebarOnly #

Left sidebar only.

Value: 1
public const TablerNavigationShellMode RightSidebarOnly #

Right sidebar only.

Value: 2
public const TablerNavigationShellMode TopWithLeftSidebar #

Top navigation with a left sidebar.

Value: 3
public const TablerNavigationShellMode TopWithRightSidebar #

Top navigation with a right sidebar.

Value: 4