GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / TaskCollection Class


In This Topic
    TaskCollection Class Properties
    In This Topic

    For a list of all members of this type, see TaskCollection members.

    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether items in the underlying list can be edited.  
    Public PropertyGets whether you can add items to the list using AddNew.  
    Public PropertyGets whether you can remove items from the list, using Remove or RemoveAt.  
    Public Property (Inherited from System.Collections.ObjectModel.KeyedCollection<TKey,TItem>)
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public PropertyOverloaded.  (Inherited from C1.Schedule.BaseCollection<Task>)
    Public PropertyGets the number of non-empty tasks in the collection.  
    Public PropertyGets a value indicating whether the list supports sorting.  
    Public Property (Inherited from C1.Schedule.BaseCollection<Task>)
    Top
    Protected Properties
    See Also