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
Icon
public IconType? Icon { get; set; }
Property Value
InnerHtml
public HtmlBuilder? InnerHtml { get; set; }
Property Value
Messages
public List<string> Messages { get; }
Property Value
ShowCloseButton
public bool ShowCloseButton { get; set; }
Property Value
ShowIcon
public bool ShowIcon { get; set; }
Property Value
Remarks
Default = true
Title
[LocalizationRequired]
public string? Title { get; set; }
Property Value
TitleSize
public HeadingSize TitleSize { get; set; }