HtmlForgeX

API Reference

Class

DataTablesButtonsLanguage

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Localized button labels used by DataTables and the Buttons extension.

Inheritance

  • Object
  • DataTablesButtonsLanguage

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

Accepted by parameters

Constructors

public DataTablesButtonsLanguage() #

Properties

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

Copy-to-clipboard button label.

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

Title shown by DataTables during copy operations.

public DataTablesCopySuccessLanguage CopySuccess { get; set; } #
JsonPropertyName("copySuccess") JsonIgnore(Condition = 3)

Success messages shown after copy-to-clipboard actions.

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

Excel export button label.

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

CSV export button label.

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

PDF export button label.

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

Print button label.

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

Column visibility button label.