EAPBootstrapUtilsGetPanelClass Method |
Gets 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 string GetPanelClass(
IAppContext appCxt,
BootstrapPanelComponent component
)
Public Shared Function GetPanelClass (
appCxt As IAppContext,
component As BootstrapPanelComponent
) As String
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context. - component
- Type: NetQuarryBootstrapPanelComponent
The panel/card component type.
Return Value
Type:
StringThe Bootstrap panel/card class.
See Also