Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / DateEditStyles Class / ShouldSerializeCalendar Method

In This Topic
    ShouldSerializeCalendar Method (DateEditStyles)
    In This Topic
    Specifies whether to save the value of the Calendar property.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeCalendar() As Boolean
    protected bool ShouldSerializeCalendar()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also