HtmlForgeX

API Reference

Enum

TablerEntityCollectionPreset

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

Named display presets for TablerEntityCollection so one setting can steer spacing, default view, and action density together.

Inheritance

  • Enum
  • TablerEntityCollectionPreset

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 TablerEntityCollectionPreset Balanced #

Balanced table-first presentation suitable for general collections.

Value: 0
public const TablerEntityCollectionPreset Compact #

Denser presentation with quieter table actions and tighter cards.

Value: 1
public const TablerEntityCollectionPreset CompactDashboard #
EditorBrowsable(2)

Legacy name for Compact.

Value: 1
public const TablerEntityCollectionPreset Review #

Roomier review-first presentation with more visible table signal and link-plus-menu actions.

Value: 2
public const TablerEntityCollectionPreset ReviewWorkspace #
EditorBrowsable(2)

Legacy name for Review.

Value: 2
public const TablerEntityCollectionPreset Cards #

Cards-first presentation for browsing service, customer, or asset records visually.

Value: 3
public const TablerEntityCollectionPreset CardBrowse #
EditorBrowsable(2)

Legacy name for Cards.

Value: 3