ComponentOne Wijmo Open for Juice UI
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / C1EventCollection Class
Members

In This Topic
    C1EventCollection Class
    In This Topic
    Represents C1Event object collection.
    Object Model
    C1EventCollection ClassEvent Class
    Syntax
    'Declaration
     
    Public Class C1EventCollection 
       Inherits System.Collections.Generic.List(Of Event)
    public class C1EventCollection : System.Collections.Generic.List<Event> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Web.Wijmo.Controls.C1EventsCalendar.C1EventCollection

    See Also