Table of Contents

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

title string
subtitle string

Properties

Actions

public List<TitleAction>? Actions { get; set; }

Property Value

List<TitleAction>

Icon

public IconType? Icon { get; set; }

Property Value

IconType?

Size

public HeadingSize Size { get; set; }

Property Value

HeadingSize

SubTitle

public string? SubTitle { get; set; }

Property Value

string

Title

public string? Title { get; set; }

Property Value

string