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

In This Topic
    SelectedDates Property (C1EventsCalendar)
    In This Topic
    Collection of DateTime objects that represent the selected dates on the C1EventsCalendar control for the DayView.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedDates As System.Web.UI.WebControls.SelectedDatesCollection
    public System.Web.UI.WebControls.SelectedDatesCollection SelectedDates {get;}
    See Also