[]
        
(Showing Draft Content)

C1.C1Schedule.LabelList

LabelList Class

The LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.

Namespace: C1.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
public class LabelList : BaseList<Label>, IList<Label>, ICollection<Label>, IList, ICollection, IReadOnlyList<Label>, IReadOnlyCollection<Label>, IEnumerable<Label>, IEnumerable, INotifyCollectionChanged

Implements