Table of Contents

Class TagListItem

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

Represents an tag within TagListCardComponent component.

public class TagListItem
Inheritance
object
TagListItem
Extension Methods

Constructors

TagListItem()

public TagListItem()

Properties

Color

Tag background color.

public Color Color { get; set; }

Property Value

Color

Label

Tag label.

public string Label { get; set; }

Property Value

string