Background Image

Knowledge base articles about
interruptions

Search DlhSoft Team's blog for interruptions

When you handle mouse events and you check the DataContext property of the original source element routed by the event within a Gantt Chart control from Gantt Chart Library for WPF or Project Management Library for WPF, you may find out that its type is not Task, but TimeInterval instead, when the task is a standard task and AreTaskInterruptionsVisible is set to true to display ta…

How can I define and display task interruptins within Gantt Chart Light Library controls? You need to provide some custom code and bar templating. Our Bar Templating sample application for GanttChartDataGrid control shows, among other features, how to display interrupted bars for tasks, based on custom collections of interruption objects.