ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / 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
     
    Public Class LabelCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Label)
       Implements INotifyCollectionChanged 
    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

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
                C1.C1Schedule.BaseCollection<T>
                   C1.C1Schedule.LabelCollection

    See Also