GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarStorage Class / IsSynchronizable Method

In This Topic
    IsSynchronizable Method (CalendarStorage)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function IsSynchronizable( _
       ByVal collectionItem As C1.C1Schedule.BasePersistableObject _
    ) As Boolean
    protected virtual bool IsSynchronizable( 
       C1.C1Schedule.BasePersistableObject collectionItem
    )

    Parameters

    collectionItem
    See Also