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

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

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