Gets the content template of the current item (referring ItemTemplate property from the assignment selector control).

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

Syntax

C#
public DataTemplate ContentTemplate { get; internal set; }
Visual Basic (Declaration)
Public Property ContentTemplate As DataTemplate

See Also