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

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