C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace : TaskCollection Class |
The following tables list the members exposed by TaskCollection.
Name | Description | |
---|---|---|
![]() | AllowEdit | Gets a value indicating whether items in the underlying list can be edited. |
![]() | AllowNew | Gets whether you can add items to the list using AddNew. |
![]() | AllowRemove | Gets whether you can remove items from the list, using Remove or RemoveAt. |
![]() | Comparer | (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Task>) |
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | Item | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Task>) |
![]() | NonEmptyTaskCount | Gets the number of non-empty tasks in the collection. |
![]() | SupportsSorting | Gets a value indicating whether the list supports sorting. |
![]() | SuppressedDataChanging | (Inherited from C1.C1Schedule.BaseCollection<Task>) |
Name | Description | |
---|---|---|
![]() | Add | Adds a new Task object to the collection. If the item already exists in the collection, its index is returned. |
![]() | AddNew | Adds a new item to the list. |
![]() | AddRange | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Task>) |
![]() | ApplySort | Sorts the tasks. |
![]() | CancelNew | Discards a pending new item. |
![]() | Clear | Removes all tasks from the collection. |
![]() | ClearAndDispose | Removes all tasks from the collection, then disposes the tasks. |
![]() | Contains | Overloaded. (Inherited from C1.C1Schedule.BaseCollection<Task>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | EndNew | Commits a pending new item to the collection. |
![]() | IndexOf | Overloaded. Searches for the specified ID and returns the zero-based index of the corresponding task. |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Guid,Task>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<Task>) |
![]() | RemoveSort | Remove all sorts were applied to the tasks. |
![]() | ResetBindings | Causes a control bound to the collection to reread all the items in the list and refresh their displayed values. |
![]() | ResetItem | Causes a control bound to the collection to reread the item at the specified index, and refresh its displayed value. |
![]() | Search | Overloaded. Searches for a Task with the specified ID. |
![]() | Sort | Sorts the tasks. |
Name | Description | |
---|---|---|
![]() | AddingNew | Occurs before an item is added to the underlying list. |
![]() | ListChanged | Occurs when the list changes or an item in the list changes. |