ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / SelectedDates Property

In This Topic
    SelectedDates Property
    In This Topic
    Gets or sets the selected dates collection.
    Syntax
    'Declaration
     
    Public Property SelectedDates As System.Date()
    public System.DateTime[] SelectedDates {get; set;}
    See Also