| C1.Win.Calendar Namespace > C1CalendarView Class : BoldedDates Property |
'Declaration<C1CategoryAttribute("Misc")> <C1DescriptionAttribute("Gets or sets an DateTime array of bolded dates.")> Public Property BoldedDates As Date()
'UsageDim instance As C1CalendarView Dim value() As Date instance.BoldedDates = value value = instance.BoldedDates
[C1Category("Misc")] [C1Description("Gets or sets an DateTime array of bolded dates.")] public DateTime[] BoldedDates {get; set;}
[C1Category("Misc")] [C1Description("Gets or sets an DateTime array of bolded dates.")] public: property array<DateTime>^ BoldedDates { 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