Gets the actual index of the row that the current item is displayed at in the ScheduleChartView control (if DisplayRowIndex is null, it returns the containing collection index of the current item). 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 ActualDisplayRowIndex { get; set; }
Visual Basic (Declaration)
Public Property ActualDisplayRowIndex As Integer

See Also