Table of Contents

Class TagTableCellComponentProps

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

Properties of the TAG_COMPONENT front-end component.

public class TagTableCellComponentProps
Inheritance
object
TagTableCellComponentProps
Extension Methods

Properties

Color

Color of the tag.

public Color Color { get; set; }

Property Value

Color

Label

Label of the tag.

public string Label { get; set; }

Property Value

string

TooltipText

Tooltip of the tag.

public string TooltipText { get; set; }

Property Value

string