HtmlForgeX

API Reference

Class

DataTablesToggleViewLanguage

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Localized labels used by the HtmlForgeX DataTables toggle-view helper.

Inheritance

  • Object
  • DataTablesToggleViewLanguage

Usage

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

Accepted by parameters

Constructors

public DataTablesToggleViewLanguage() #

Properties

public String DefaultText { get; set; } #
JsonPropertyName("defaultText") JsonIgnore(Condition = 3)

Generic fallback label used when mode-specific labels are not available.

public String SwitchToResponsive { get; set; } #
JsonPropertyName("switchToResponsive") JsonIgnore(Condition = 3)

Label shown when the current action switches the table to responsive mode.

public String SwitchToScrollX { get; set; } #
JsonPropertyName("switchToScrollX") JsonIgnore(Condition = 3)

Label shown when the current action switches the table to ScrollX mode.