HtmlForgeX

API Reference

Enum

DataTablesAlign

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

Alignment options applied to DataTables columns.

Inheritance

  • Enum
  • DataTablesAlign

Usage

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

Values

public const DataTablesAlign Left #

Left aligns cell content.

Value: 0
public const DataTablesAlign Center #

Centers cell content.

Value: 1
public const DataTablesAlign Right #

Right aligns cell content.

Value: 2