ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / BoldedDates Property

In This Topic
    BoldedDates Property (DateEditMonthCalendar)
    In This Topic
    Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.
    Syntax
    'Declaration
     
    
    Public Property BoldedDates As Date()
    public DateTime[] BoldedDates {get; set;}
    See Also