Click or drag to resize

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
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
component
Type: NetQuarryBootstrapPanelComponent
The panel/card component type.

Return Value

Type: String
The Bootstrap panel/card class.
See Also