ComponentOne GanttView for WPF
ExceptionLimitedBy Enumeration

C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : ExceptionLimitedBy Enumeration
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

Reference

C1.WPF.GanttView Namespace