Gets the item template to be used within the ItemsControl host.

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

Syntax

C#
protected override DataTemplate GetItemsControlHostItemTemplate()
Visual Basic (Declaration)
Protected Overrides Function GetItemsControlHostItemTemplate As DataTemplate

Return Value

The item template to be used within the ItemsControl host.

See Also