Table of Contents

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

BootstrapColor

HtmlBuilderContent

public HtmlBuilder HtmlBuilderContent { get; set; }

Property Value

HtmlBuilder

Icon

public IconType? Icon { get; set; }

Property Value

IconType?

Layout

public PanelLayout Layout { get; set; }

Property Value

PanelLayout

SubTitle

public string SubTitle { get; set; }

Property Value

string

Title

public string Title { get; set; }

Property Value

string

Tooltip

public string Tooltip { get; set; }

Property Value

string