Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / LabelList Class
Members

In This Topic
    LabelList Class
    In This Topic
    The LabelList is a list of Label objects. Only objects existing in the owning LabelCollection object may be added to this list.
    Object Model
    LabelList Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class LabelList 
       Inherits C1.C1Schedule.BaseList(Of Label)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class LabelList : C1.C1Schedule.BaseList<Label> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.C1Schedule.C1ObservableCollection<T>
             C1.C1Schedule.BaseList<T>
                C1.C1Schedule.LabelList

    See Also