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

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