GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarExceptionCollection Class
Members

In This Topic
    CalendarExceptionCollection Class
    In This Topic
    Represents a collection of calendar exceptions.
    Object Model
    CalendarExceptionCollection Class
    Syntax
    'Declaration
     
    Public Class CalendarExceptionCollection 
       Inherits System.ComponentModel.BindingList(Of CalendarException)
    public class CalendarExceptionCollection : System.ComponentModel.BindingList<CalendarException> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             C1.GanttView.CalendarExceptionCollection

    See Also