The GanttChartItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GanttChartItemCollection |
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
BlockReentrancy | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
CheckReentrancy | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
Clear | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
ClearItems | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
Contains | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
CopyTo | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAllChildren | Overloaded. | |
GetAllParents | Overloaded. | |
GetChildren | Overloaded. | |
GetEnumerator | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
GetExpandables |
Iterates the expandable items in the hierarchical collection.
| |
GetHashCode | (Inherited from Object.) | |
GetLeaves |
Iterates the leaf items in the hierarchical collection.
| |
GetParent | Overloaded. | |
GetPredecessors | Overloaded. | |
GetRoots |
Iterates the root items in the hierarchical collection.
| |
GetSuccessorPredecessorItems |
Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as PredecessorItem objects.
| |
GetSuccessors |
Iterates successor items of the specified item in the Gantt Chart related collection (i.e. those that have the specified item defined as a predecessor of any dependency type).
| |
GetType | (Inherited from Object.) | |
GetWbsIndexString |
Gets a string value representing the work breakdown structure index of a specified task item within the collection.
| |
IndexOf |
Returns the index of the specified item in the collection.
| |
Insert | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
InsertItem | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
MemberwiseClone | (Inherited from Object.) | |
Move | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
MoveItem | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
OnCollectionChanged |
Raises the CollectionChanged event, and executes internal hierarchical and Gantt Chart related data management operations when collection changes.
(Overrides ObservableCollection<(Of <(T>)>)..::.OnCollectionChanged(NotifyCollectionChangedEventArgs).) | |
OnItemPropertyChanged |
Raises the ItemmPropertyChanged event.
| |
OnPropertyChanged | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
Remove | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
RemoveAt | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
RemoveItem | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
SetItem | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
Item | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
Items | (Inherited from Collection<(Of <(GanttChartItem>)>).) |
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
ItemPropertyChanged |
Occurs when a data property value of an item in the collection changes.
| |
PropertyChanged | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList..::.Add | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.Contains | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
ICollection..::.CopyTo | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IEnumerable..::.GetEnumerator | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.IndexOf | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.Insert | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.IsFixedSize | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
System#Collections#Generic#ICollection{T}#IsReadOnly | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.IsReadOnly | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
ICollection..::.IsSynchronized | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
IList..::.Item | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
INotifyPropertyChanged..::.PropertyChanged | (Inherited from ObservableCollection<(Of <(GanttChartItem>)>).) | |
IList..::.Remove | (Inherited from Collection<(Of <(GanttChartItem>)>).) | |
ICollection..::.SyncRoot | (Inherited from Collection<(Of <(GanttChartItem>)>).) |