HtmlForgeX

API Reference

Enum

TablerEntityCollectionViewMode

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

Supported visual modes for TablerEntityCollection.

Inheritance

  • Enum
  • TablerEntityCollectionViewMode

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 TablerEntityCollectionViewMode Table #

Display records as a collection table.

Value: 0
public const TablerEntityCollectionViewMode List #

Display records as an entity list.

Value: 1
public const TablerEntityCollectionViewMode Cards #

Display records as collection cards.

Value: 2