ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShouldSerializeMaxDate Method

In This Topic
    ShouldSerializeMaxDate Method
    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