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

In This Topic
    Calendars Property (C1EventsCalendarStorage)
    In This Topic
    Gets the calendars collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Calendars As System.Collections.Generic.IList(Of Object)
    public System.Collections.Generic.IList<object> Calendars {get;}

    Property Value

    The calendars.
    See Also