The LabelCollection is a collection of Label objects which represents all available labels in C1Schedule object model.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class LabelCollection : BaseCollection<Label>
Visual Basic
Public Class LabelCollection _
	Inherits BaseCollection(Of 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

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Label>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'Guid, Label>)>)>
      C1.C1Schedule..::..C1ObservableKeyedCollection<(Of <(<'Guid, Label>)>)>
        C1.C1Schedule..::..BaseCollection<(Of <(<'Label>)>)>
          C1.C1Schedule..::..LabelCollection

See Also