[]
        
(Showing Draft Content)

C1.GanttView.GroupModelCollection

GroupModelCollection Class

This class represents the collection of group models.

Inheritance
GroupModelCollection
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class GroupModelCollection : Collection<BaseGroup>, IList<BaseGroup>, ICollection<BaseGroup>, IList, ICollection, IReadOnlyList<BaseGroup>, IReadOnlyCollection<BaseGroup>, IEnumerable<BaseGroup>, IEnumerable

Constructors

Name Description
GroupModelCollection()

Methods

Name Description
ClearItems()

Removes all elements from the System.Collections.ObjectModel.Collection<T>.

InsertItem(int, BaseGroup)

Inserts an element into the System.Collections.ObjectModel.Collection<T> at the specified index.

OnListChanged(EventArgs)

Handles the ListChanged event.

RemoveItem(int)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.

SetItem(int, BaseGroup)

Replaces the element at the specified index.