ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / ShouldSerializeSelectedDate Method

In This Topic
    ShouldSerializeSelectedDate Method (CalendarSettings)
    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