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

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