[]
Represents a collection of ContentControl items.
public class ContentControlCollection : ContentObjectCollection<ContentControl>, IContentList<ContentControl>, IReadOnlyList<ContentControl>, IReadOnlyCollection<ContentControl>, IEnumerable<ContentControl>, IEnumerable
| Name | Description |
|---|---|
| Add(ContentControlType, bool) | Adds a ContentControl into the collection at the End location. |
| Insert(ContentControlType, InsertLocation, bool) | Inserts a ContentControl into the collection at the specified location. |