Click or drag to resize

BootstrapPanelComponent Enumeration

Bootstrap panel components. In Bootstrap 3 this is the panel concept, but in Bootstrap 4 it has been combined with other concepts into the card concept

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum BootstrapPanelComponent
Members
  Member nameValueDescription
Panel0 Container for the other components
Header1 Panel header
Footer2 Panel footer
Title3 Panel title
Body4 Panel body
See Also