Table of Contents

Class JJAlert

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public class JJAlert : HtmlComponent
Inheritance
JJAlert
Inherited Members

Properties

Color

public BootstrapColor Color { get; set; }

Property Value

BootstrapColor

Icon

public IconType? Icon { get; set; }

Property Value

IconType?

InnerHtml

public HtmlBuilder? InnerHtml { get; set; }

Property Value

HtmlBuilder

Messages

public List<string> Messages { get; }

Property Value

List<string>

ShowCloseButton

public bool ShowCloseButton { get; set; }

Property Value

bool

ShowIcon

public bool ShowIcon { get; set; }

Property Value

bool

Remarks

Default = true

Title

[LocalizationRequired]
public string? Title { get; set; }

Property Value

string

TitleSize

public HeadingSize TitleSize { get; set; }

Property Value

HeadingSize