C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / ExceptionLimitedBy Enumeration

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
 
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