Class InfoSummaryCardComponent
Represents an info summary card component that can be used in OverviewCard.
public class InfoSummaryCardComponent : IOverviewCardComponent
- Inheritance
-
objectInfoSummaryCardComponent
- Implements
- Extension Methods
Constructors
InfoSummaryCardComponent()
public InfoSummaryCardComponent()
Properties
Caption
Gets or sets the title of the card.
public string Caption { get; set; }
Property Value
- string
ComponentName
Gets or sets the name of the client component.
public string ComponentName { get; set; }
Property Value
- string
Details
Gets or sets detailed information to elaborate the main message.
public string Details { get; set; }
Property Value
- string
Text
Gets or sets the main message of the card.
public string Text { get; set; }
Property Value
- string
Tooltip
Gets or sets the tooltip explaining the main text.
public string Tooltip { get; set; }
Property Value
- string