Gets the actual index of the line that the current item is displayed at within its parent ScheduleChartItem in a ScheduleChartView control (if DisplayLineIndex is null, it returns 0). This is a dependency property.

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

Syntax

C#
public int ActualDisplayLineIndex { get; set; }
Visual Basic (Declaration)
Public Property ActualDisplayLineIndex As Integer

See Also