Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / MonthlyBoldedDates Property

In This Topic
    MonthlyBoldedDates Property
    In This Topic
    Gets or sets the array of System.DateTime objects that determine which monthly days to bold.
    Syntax
    'Declaration
     
    
    Public Property MonthlyBoldedDates As Date()
    public DateTime[] MonthlyBoldedDates {get; set;}
    See Also