ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / RecurrencePattern Class / Exceptions Property

In This Topic
    Exceptions Property (RecurrencePattern)
    In This Topic
    Holds the list of event object ids that define the exceptions to that series of events.
    Syntax
    'Declaration
     
    Public ReadOnly Property Exceptions As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> Exceptions {get;}
    See Also