Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShouldSerializeCalendarDimensions Method

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

    Return Value

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