Gets or sets the assignments of the current item as a (usually string) value to be displayed as a tool tip in the view. This is a dependency property.

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

Syntax

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

Implements

INetworkDiagramItem..::.AssignmentsContent

See Also