Class TagTableCellComponentProps
Properties of the TAG_COMPONENT front-end component.
public class TagTableCellComponentProps
- Inheritance
-
objectTagTableCellComponentProps
- Extension Methods
Properties
Color
Color of the tag.
public Color Color { get; set; }
Property Value
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