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

In This Topic
    Events Property (C1EventsCalendarXmlExchanger)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Events As System.Collections.Generic.IList(Of Event)
    public System.Collections.Generic.IList<Event> Events {get; set;}
    See Also