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

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

    Return Value

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