ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShouldSerializeMonthlyBoldedDates Method

In This Topic
    ShouldSerializeMonthlyBoldedDates Method (DateEditMonthCalendar)
    In This Topic
    Indicates whether the MonthlyBoldedDates property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeMonthlyBoldedDates() As Boolean
    protected bool ShouldSerializeMonthlyBoldedDates()

    Return Value

    true if the MonthlyBoldedDates property value has been changed from its default; otherwise, false.
    See Also