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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class LabelList : BaseList<Label>
Visual Basic
Public Class LabelList _
	Inherits BaseList(Of Label)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Label>)>)>
    C1.C1Schedule..::..C1ObservableCollection<(Of <(<'Label>)>)>
      C1.C1Schedule..::..BaseList<(Of <(<'Label>)>)>
        C1.C1Schedule..::..LabelList

See Also