[]
        
(Showing Draft Content)

C1.GanttView.CalendarExceptionCollection

CalendarExceptionCollection Class

Represents a collection of calendar exceptions.

Inheritance
CalendarExceptionCollection
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[ListBindable(false)]
public class CalendarExceptionCollection : BindingList<CalendarException>, IList<CalendarException>, ICollection<CalendarException>, IReadOnlyList<CalendarException>, IReadOnlyCollection<CalendarException>, IEnumerable<CalendarException>, IBindingList, IList, ICollection, IEnumerable, ICancelAddNew, IRaiseItemChangedEvents

Constructors

Name Description
CalendarExceptionCollection()

Initializes a new instance of the CalendarExceptionCollection class.

Methods

Name Description
ClearItems()

Removes all items from the collection.

IndexOf(string)

Searches for the specified Name and returns the zero-based index of the corresponding calendar exception.

InsertItem(int, CalendarException)

Inserts an item at the specified index.

RemoveItem(int)

Removes the item at the specified index.

Search(string)

Searches for a CalendarException with the specified Name.

SetItem(int, CalendarException)

Replaces the item at the specified index.