HtmlForgeX

API Reference

Enum

DataTablesSelectStyle

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

Selection behavior for the DataTables Select extension.

Inheritance

  • Enum
  • DataTablesSelectStyle

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 DataTablesSelectStyle Api #

Selection is controlled only through the DataTables API.

Value: 0
public const DataTablesSelectStyle Single #

Only one row can be selected at a time.

Value: 1
public const DataTablesSelectStyle Multi #

Multiple rows can be selected independently.

Value: 2
public const DataTablesSelectStyle Os #

Operating-system style selection with shift/ctrl behavior.

Value: 3
public const DataTablesSelectStyle MultiShift #

Multiple row selection with shift-range support.

Value: 4