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

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

    Return Value

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