HtmlForgeX

API Reference

Class

DataTablesPaginate

Namespace HtmlForgeX
Assembly HtmlForgeX

Text for pagination navigation in DataTables.

Inheritance

  • Object
  • DataTablesPaginate

Constructors

public DataTablesPaginate() #

Properties

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

Text for the first page button.

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

Text for the last page button.

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

Text for the next page button.

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

Text for the previous page button.