| C1.Win.Calendar Namespace > C1CalendarView Class : DisabledDates Property |
'Declaration<C1CategoryAttribute("Misc")> <C1DescriptionAttribute("Gets or sets an DateTime array of disabled dates.")> Public Property DisabledDates As Date()
'UsageDim instance As C1CalendarView Dim value() As Date instance.DisabledDates = value value = instance.DisabledDates
[C1Category("Misc")] [C1Description("Gets or sets an DateTime array of disabled dates.")] public DateTime[] DisabledDates {get; set;}
[C1Category("Misc")] [C1Description("Gets or sets an DateTime array of disabled dates.")] public: property array<DateTime>^ DisabledDates { array<DateTime>^ get(); void set ( array<DateTime>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2