HtmlForgeX

API Reference

Enum

TablerCollectionTableSortDirection

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

Display-only sort state used by TablerCollectionTableColumn.

Inheritance

  • Enum
  • TablerCollectionTableSortDirection

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 TablerCollectionTableSortDirection None #

No active sort is displayed.

Value: 0
public const TablerCollectionTableSortDirection Ascending #

The column is displayed as ascending.

Value: 1
public const TablerCollectionTableSortDirection Descending #

The column is displayed as descending.

Value: 2