Class SelectedTagGroups
Represents a collection of selected tags.
public class SelectedTagGroups
- Inheritance
-
objectSelectedTagGroups
- Extension Methods
Properties
Tags
Collection of selected tags.
public IEnumerable<TagSelectorClientItem> Tags { get; set; }
Property Value
- IEnumerable<TagSelectorClientItem>