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

In This Topic
    Events Property (C1EventsCalendarStorage)
    In This Topic
    Gets the events collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Events As C1EventCollection
    public C1EventCollection Events {get;}

    Property Value

    The events.
    See Also