Class TagListCardComponent
Represents tag component that can be used in OverviewCard.
public class TagListCardComponent : IOverviewCardComponent
- Inheritance
-
objectTagListCardComponent
- Implements
- Extension Methods
Properties
ComponentName
Gets or sets the name of the client component.
public string ComponentName { get; }
Property Value
- string
Tags
Tags withing the component.
public ICollection<TagListItem> Tags { get; set; }
Property Value
- ICollection<TagListItem>