Table of Contents

Class SimpleStatisticsCardComponent

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents simple list of statistics card component that can be used in OverviewCard.

public class SimpleStatisticsCardComponent : IOverviewCardComponent
Inheritance
object
SimpleStatisticsCardComponent
Implements
Extension Methods

Properties

ComponentName

Gets or sets the name of the client component.

public string ComponentName { get; }

Property Value

string

Headline

Headline.

public string Headline { get; set; }

Property Value

string

Items

Collection of displayed statistic items.

public ICollection<SimpleStatisticsItem> Items { get; set; }

Property Value

ICollection<SimpleStatisticsItem>