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

In This Topic
    LabelCollection Class
    In This Topic
    The LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.
    Object Model
    LabelCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class LabelCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Label)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class LabelCollection : C1.C1Schedule.BaseCollection<Label> 
    Remarks

    By default it contains the following set of predefined labels:

    • None
    • Important
    • Business
    • Personal
    • Vacation
    • Must Attend
    • Deadline
    • Travel Required
    • Needs Preparation
    • Birthday
    • Anniversary
    • Phone Call
    Inheritance Hierarchy
    See Also