HtmlForgeX

API Reference

Enum

TablerCollectionTableActionPresentation

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

Presentation modes for action cells inside TablerCollectionTable.

Inheritance

  • Enum
  • TablerCollectionTableActionPresentation

Usage

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

Accepted by parameters

Values

public const TablerCollectionTableActionPresentation ButtonAndMenu #

Keeps explicit buttons and dropdown menus visible.

Value: 0
public const TablerCollectionTableActionPresentation LinkAndMenu #

Keeps one lightweight link-style primary action plus any secondary menus.

Value: 1
public const TablerCollectionTableActionPresentation MenuOnly #

Prefers menu-only action cells and falls back to one lightweight link when no menu exists.

Value: 2