API Reference
Class
DataTablesToggleViewLanguage
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.
Returned or exposed by
- Property DataTablesLanguage.ToggleView
- Property DataTablesOptions.ToggleViewLabels
Accepted by parameters
Constructors
public DataTablesToggleViewLanguage() #Inherited Methods
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.