Gets or sets the template that displays the panel that controls the layout of items in the Gantt Chart. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public ItemsPanelTemplate ItemsPanel { get; set; }
Visual Basic (Declaration)
Public Property ItemsPanel As ItemsPanelTemplate

See Also