EAPBootstrapUtilsAddPanelClasses Method |
Adds the Bootstrap class, appropriate for the version of Bootstrap being used, for a panel/card
element (the Bootstrap 3 "panel" concept has been rolled into the Bootstrap 4
card concept).
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void AddPanelClasses(
IAppContext appCxt,
Control ctrl,
BootstrapPanelComponent component,
BootstrapTheme style = BootstrapTheme.None
)
Public Shared Sub AddPanelClasses (
appCxt As IAppContext,
ctrl As Control,
component As BootstrapPanelComponent,
Optional style As BootstrapTheme = BootstrapTheme.None
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - ctrl
- Type: System.Web.UIControl
The control. - component
- Type: NetQuarryBootstrapPanelComponent
The panel/card component type. - style (Optional)
- Type: NetQuarryBootstrapTheme
The Bootstrap theme.
See Also