HtmlForgeX

API Reference

Enum

NavbarActionType

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

Type of navbar action

Inheritance

  • Enum
  • NavbarActionType

Values

public const NavbarActionType Button #

Regular button with text

Value: 0
public const NavbarActionType IconOnly #

Icon-only button

Value: 1
public const NavbarActionType Separator #

Separator between actions

Value: 2