Click or drag to resize

BootstrapTableBorder Enumeration

Bootstrap table border styles

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum BootstrapTableBorder
Members
  Member nameValueDescription
Default0 Adds a border to the top of the table. Adds a slightly thicker border between table head and body. Adds a border between rows but not between columns.
Bordered1 Adds a border to all sides of the table. Adds a slightly thicker border between table head and body. Adds a border between rows and columns.
Borderless2 No borders anywhere in the table.
See Also