Gets or sets a string value representing the work breakdown structure index of the current task item within the GanttChartView host.

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

Syntax

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

Implements

IGanttChartItem..::.WbsIndexString

See Also