HtmlForgeX

API Reference

Enum

TablerPaginationAlignment

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

Represents pagination alignment options

Inheritance

  • Enum
  • TablerPaginationAlignment

Values

public const TablerPaginationAlignment Start #

Align to start (left in LTR)

Value: 0
public const TablerPaginationAlignment Center #

Center alignment

Value: 1
public const TablerPaginationAlignment End #

Align to end (right in LTR)

Value: 2