Click or drag to resize

EAPBootstrapUtilsAddColumnClass Method

Adds the class for a Bootstrap grid column appropriate for the version of Bootstrap being used. Uses GetColumnClass(IAppContext, BootstrapBreakpoints, Int32) to get the breakpoint class.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void AddColumnClass(
	IAppContext appCxt,
	Control ctrl,
	BootstrapBreakpoints bp,
	int span
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
ctrl
Type: System.Web.UIControl
The control to which to add the class.
bp
Type: NetQuarryBootstrapBreakpoints
The breakpoint.
span
Type: SystemInt32
The number of columns spanned (must be between 1 and 12).
See Also