Table of Contents

Class OverviewCard

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

Overview card configuration.

public class OverviewCard
Inheritance
object
OverviewCard
Extension Methods

Properties

Actions

Card actions.

public IList<Action> Actions { get; set; }

Property Value

IList<Action>

Components

Collection of custom loaded components.

public ICollection<IOverviewCardComponent> Components { get; set; }

Property Value

ICollection<IOverviewCardComponent>

Headline

Card headline.

public string Headline { get; set; }

Property Value

string

Identifier

Identifier of the card.

public string Identifier { get; set; }

Property Value

string