GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarException Class / LimitedBy Property

In This Topic
    LimitedBy Property (CalendarException)
    In This Topic
    Gets or sets whether the calendar exception ends after the specified number of occurrences or by the given finish date.
    Syntax
    'Declaration
     
    Public Property LimitedBy As ExceptionLimitedBy
    public ExceptionLimitedBy LimitedBy {get; set;}
    See Also