Optionally gets or sets dependency type abbreviations to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls.

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

Syntax

C#
public Dictionary<DependencyType, string> PredecessorsStringDependencyTypeAbbreviations { get; set; }
Visual Basic (Declaration)
Public Property PredecessorsStringDependencyTypeAbbreviations As Dictionary(Of DependencyType, String)

See Also