EAPBootstrapUtilsAddColumnClass Method |
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
)
Public Shared Sub AddColumnClass (
appCxt As IAppContext,
ctrl As Control,
bp As BootstrapBreakpoints,
span As Integer
)
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