Class SimpleStatisticsItem
- Namespace
- Kentico.Xperience.Admin.Base.SimpleStatistics
- Assembly
- Kentico.Xperience.Admin.Base.dll
Represents a statistic item within SimpleStatisticsCardComponent component.
public class SimpleStatisticsItem
- Inheritance
-
objectSimpleStatisticsItem
- Extension Methods
Properties
Description
Item value description.
public string Description { get; set; }
Property Value
- string
Value
Item value.
public double Value { get; set; }
Property Value
- double