Class JJTitle
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public class JJTitle : HtmlComponent
- Inheritance
-
JJTitle
- Inherited Members
Constructors
JJTitle()
public JJTitle()
JJTitle(string, string)
public JJTitle(string title, string subtitle)
Parameters
Properties
Actions
public List<TitleAction>? Actions { get; set; }
Property Value
Icon
public IconType? Icon { get; set; }
Property Value
Size
public HeadingSize Size { get; set; }
Property Value
SubTitle
public string? SubTitle { get; set; }
Property Value
Title
public string? Title { get; set; }