GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / ExceptionLimitedBy Enumeration

In This Topic
    ExceptionLimitedBy Enumeration
    In This Topic
    Indicates whether a calendar exception ends after the specified number of occurrences or by the given finish date.
    Syntax
    'Declaration
     
    Public Enum ExceptionLimitedBy 
       Inherits System.Enum
    public enum ExceptionLimitedBy : System.Enum 
    Members
    MemberDescription
    FinishDateThe exception ends by the given C1.GanttView.CalendarException.FinishDate.
    NumberOfOccurrencesThe exception ends after the specified number of occurrences.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.GanttView.ExceptionLimitedBy

    See Also