HtmlForgeX

API Reference

Class

TablerTable

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Table

Specialized table control using Tabler and Bootstrap styles.

Inheritance

Constructors

TablerTable 2 overloads
public TablerTable() #

Initializes or configures TablerTable.

public TablerTable(IEnumerable<Object> objects, TableType library) #

Initializes or configures TablerTable.

Parameters

objects System.Collections.Generic.IEnumerable{System.Object} requiredposition: 0
library HtmlForgeX.TableType requiredposition: 1

Methods

public override String BuildTable() #
Returns: String

Initializes or configures BuildTable.

RegisterLibraries() #
public TablerTable Style(BootStrapTableStyle style) #
Returns: TablerTable

Initializes or configures Style.

Parameters

style HtmlForgeX.BootStrapTableStyle requiredposition: 0
public TablerTable Surface(TablerSurfaceStyle style) #
Returns: TablerTable
EditorBrowsable(2)

Applies a shared surface treatment to the table shell.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0

Properties

public List<BootStrapTableStyle> StyleList { get; set; } #

Gets the list of bootstrap table styles applied to the table.

Fields

public String Id #

Gets the unique identifier for the table element.