Class InfoCardData
- Namespace
- Kentico.Xperience.Admin.DigitalMarketing
- Assembly
- Kentico.Xperience.Admin.DigitalMarketing.dll
Statistics data card configuration.
public class InfoCardData
- Inheritance
-
objectInfoCardData
- Extension Methods
Constructors
InfoCardData(string, string, string, string)
Creates an instance of InfoCardData.
public InfoCardData(string caption, string tooltip, string text, string details)
Parameters
caption
stringThe title of the card.
tooltip
stringThe tooltip explaining the main text.
text
stringThe main message of the card.
details
stringDetailed information to elaborate the main message.
Properties
Caption
Gets or sets the title of the card.
public string Caption { get; }
Property Value
- string
Details
Gets or sets detailed information to elaborate the main message.
public string Details { get; }
Property Value
- string
Text
Gets or sets the main message of the card.
public string Text { get; }
Property Value
- string
Tooltip
Gets or sets the tooltip explaining the main text.
public string Tooltip { get; }
Property Value
- string