ComponentOne Slider for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / RecurrencePattern Class / RemovedOccurrences Property

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