Table of Contents

Class StatusComponentProperties

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

Properties of the basic status component (colored text with icon).

public class StatusComponentProperties
Inheritance
object
StatusComponentProperties
Derived
Extension Methods

Properties

IconColor

Color of the icon.

public Color IconColor { get; set; }

Property Value

Color

IconName

Name of the icon.

public string IconName { get; set; }

Property Value

string

Label

Text of the status label.

public string Label { get; set; }

Property Value

string

LabelColor

Color of the label.

public Color LabelColor { get; set; }

Property Value

Color