Class JJCard
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
This is a simple content container
public class JJCard : HtmlComponent
- Inheritance
-
JJCard
- Inherited Members
Properties
Color
public BootstrapColor Color { get; set; }
Property Value
HtmlBuilderContent
public HtmlBuilder HtmlBuilderContent { get; set; }
Property Value
Icon
public IconType? Icon { get; set; }
Property Value
Layout
public PanelLayout Layout { get; set; }
Property Value
SubTitle
public string SubTitle { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Tooltip
public string Tooltip { get; set; }