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

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

    Return Value

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