ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / ShouldSerializeBoldedDates Method

In This Topic
    ShouldSerializeBoldedDates Method (C1CalendarView)
    In This Topic
    Indicates whether the BoldedDates property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeBoldedDates() As Boolean
    protected bool ShouldSerializeBoldedDates()

    Return Value

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