Click or drag to resize

EAPBootstrapUtilsAddTableClasses Method

Adds the Bootstrap class(es) for HTML TABLE elements appropriate for the version of Bootstrap being used.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddTableClasses(
	IAppContext appCxt,
	Control ctrl,
	BootstrapTableBorder border = BootstrapTableBorder.Default,
	BootstrapTableOptions options = 
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UIControl
The table control.
border (Optional)
Type: NetQuarryBootstrapTableBorder
Specifies the type of border for the table.
options (Optional)
Type: NetQuarryBootstrapTableOptions
Specifies other options for table styling.
See Also