ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / BoldedDates Property

In This Topic
    BoldedDates Property
    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