Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / CalendarSettings Class / BoldedDates Property

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