Optionally gets or sets lag format to use upon GetPredecessorsString(GanttChartItem) and UpdatePredecessors(GanttChartItem, String) calls. The value may be of this form: {StringFormat}[{Scale}]. For example, 0.## for hours, or 0.##/8 for working days of 8 hours.

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

Syntax

C#
public string PredecessorsStringLagFormat { get; set; }
Visual Basic (Declaration)
Public Property PredecessorsStringLagFormat As String

See Also