[]
        
(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.4.6.2.dll
Syntax
public class GroupModelCollection : Collection<BaseGroup>, IList<BaseGroup>, ICollection<BaseGroup>, IList, ICollection, IReadOnlyList<BaseGroup>, IReadOnlyCollection<BaseGroup>, IEnumerable<BaseGroup>, IEnumerable
Public Class GroupModelCollection
    Inherits Collection(Of BaseGroup)
    Implements IList(Of BaseGroup), ICollection(Of BaseGroup), IList, ICollection, IReadOnlyList(Of BaseGroup), IReadOnlyCollection(Of BaseGroup), IEnumerable(Of 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.